cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
This commit is contained in:
Albert ARIBAUD 2013-04-14 04:48:38 +00:00
parent eac579d0d4
commit 8960af8ba9
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -2835,7 +2835,7 @@ FIT uImage format:
Maximum size in memory allocated to the SPL, BSS included. Maximum size in memory allocated to the SPL, BSS included.
When defined, the linker checks that the actual memory When defined, the linker checks that the actual memory
used by SPL from _start to __bss_end does not exceed it. 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. must not be both defined at the same time.
CONFIG_SPL_MAX_SIZE CONFIG_SPL_MAX_SIZE
@ -2858,7 +2858,7 @@ FIT uImage format:
Maximum size in memory allocated to the SPL BSS. Maximum size in memory allocated to the SPL BSS.
When defined, the linker checks that the actual memory used When defined, the linker checks that the actual memory used
by SPL from __bss_start to __bss_end does not exceed it. 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. must not be both defined at the same time.
CONFIG_SPL_STACK CONFIG_SPL_STACK