diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-12 05:14:31 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-14 16:07:54 +0200 |
commit | e7497891e34efe5cb2b3a3dc7c6c096c012ede28 (patch) | |
tree | 5bbaf068e7b0474594bda7a585e387d1d93aadb2 /include/configs | |
parent | 6ebc346111b30f854ead1c06a0afb37f8c704ce4 (diff) | |
download | u-boot-imx-e7497891e34efe5cb2b3a3dc7c6c096c012ede28.zip u-boot-imx-e7497891e34efe5cb2b3a3dc7c6c096c012ede28.tar.gz u-boot-imx-e7497891e34efe5cb2b3a3dc7c6c096c012ede28.tar.bz2 |
cam_enc_4xx: convert to CONFIG_SPL_MAX_FOOTPRINT
This target wants to check full SPL size, BSS included.
Remove CONFIG_SPL_MAX_SIZE definition and instead define
CONFIG_SPL_MAX_FOOTPRINT.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/cam_enc_4xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/cam_enc_4xx.h b/include/configs/cam_enc_4xx.h index 56528dd..b27551d 100644 --- a/include/configs/cam_enc_4xx.h +++ b/include/configs/cam_enc_4xx.h @@ -230,7 +230,7 @@ #define CONFIG_SPL_STACK (0x00010000 + 0x7f00) #define CONFIG_SPL_TEXT_BASE 0x00000020 /*CONFIG_SYS_SRAM_START*/ -#define CONFIG_SPL_MAX_SIZE 12320 +#define CONFIG_SPL_MAX_FOOTPRINT 12288 #ifndef CONFIG_SPL_BUILD #define CONFIG_SYS_TEXT_BASE 0x81080000 |