From e7497891e34efe5cb2b3a3dc7c6c096c012ede28 Mon Sep 17 00:00:00 2001 From: Albert ARIBAUD Date: Fri, 12 Apr 2013 05:14:31 +0000 Subject: 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 --- include/configs/cam_enc_4xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/cam_enc_4xx.h') 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 @@ #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 -- cgit v1.2.3