diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-14 04:48:38 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-14 17:04:43 +0200 |
commit | 8960af8ba9488fc54e2e4733cbada26d3cece225 (patch) | |
tree | f27341afafa84e6ea1f5f5d45ea958f3a47bc9e5 /README | |
parent | eac579d0d497bc0cd0552a2cbaecfab328f214dd (diff) | |
download | talos-obmc-uboot-8960af8ba9488fc54e2e4733cbada26d3cece225.tar.gz talos-obmc-uboot-8960af8ba9488fc54e2e4733cbada26d3cece225.zip |
cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |