]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 14 Apr 2013 04:48:38 +0000 (04:48 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 14 Apr 2013 15:04:43 +0000 (17:04 +0200)
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
README

diff --git a/README b/README
index 19da9c81eb39f50e8097886550da2f23c7f4d8bd..0bc0af570062451f195a7e01dbb387048d1c134b 100644 (file)
--- a/README
+++ b/README
@@ -2835,7 +2835,7 @@ FIT uImage format:
                Maximum size in memory allocated to the SPL, BSS included.
                When defined, the linker checks that the actual memory
                used by SPL from _start to __bss_end does not exceed it.
-               CONFIG_SPL_MAX_FOOTPRINT and CONFIG_SPL_MAX_BSS_SIZE
+               CONFIG_SPL_MAX_FOOTPRINT and CONFIG_SPL_BSS_MAX_SIZE
                must not be both defined at the same time.
 
                CONFIG_SPL_MAX_SIZE
@@ -2858,7 +2858,7 @@ FIT uImage format:
                Maximum size in memory allocated to the SPL BSS.
                When defined, the linker checks that the actual memory used
                by SPL from __bss_start to __bss_end does not exceed it.
-               CONFIG_SPL_MAX_FOOTPRINT and CONFIG_SPL_MAX_BSS_SIZE
+               CONFIG_SPL_MAX_FOOTPRINT and CONFIG_SPL_BSS_MAX_SIZE
                must not be both defined at the same time.
 
                CONFIG_SPL_STACK