aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert ARIBAUD2013-04-12 00:14:31 -0500
committerAlbert ARIBAUD2013-04-14 09:07:54 -0500
commite7497891e34efe5cb2b3a3dc7c6c096c012ede28 (patch)
tree5bbaf068e7b0474594bda7a585e387d1d93aadb2 /include
parent6ebc346111b30f854ead1c06a0afb37f8c704ce4 (diff)
downloadu-boot-e7497891e34efe5cb2b3a3dc7c6c096c012ede28.tar.gz
u-boot-e7497891e34efe5cb2b3a3dc7c6c096c012ede28.tar.xz
u-boot-e7497891e34efe5cb2b3a3dc7c6c096c012ede28.zip
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')
-rw-r--r--include/configs/cam_enc_4xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/cam_enc_4xx.h b/include/configs/cam_enc_4xx.h
index 56528ddaaf..b27551d429 100644
--- a/include/configs/cam_enc_4xx.h
+++ b/include/configs/cam_enc_4xx.h
@@ -230,7 +230,7 @@
230#define CONFIG_SPL_STACK (0x00010000 + 0x7f00) 230#define CONFIG_SPL_STACK (0x00010000 + 0x7f00)
231 231
232#define CONFIG_SPL_TEXT_BASE 0x00000020 /*CONFIG_SYS_SRAM_START*/ 232#define CONFIG_SPL_TEXT_BASE 0x00000020 /*CONFIG_SYS_SRAM_START*/
233#define CONFIG_SPL_MAX_SIZE 12320 233#define CONFIG_SPL_MAX_FOOTPRINT 12288
234 234
235#ifndef CONFIG_SPL_BUILD 235#ifndef CONFIG_SPL_BUILD
236#define CONFIG_SYS_TEXT_BASE 0x81080000 236#define CONFIG_SYS_TEXT_BASE 0x81080000