diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-12 05:14:33 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-14 16:08:29 +0200 |
commit | eac579d0d497bc0cd0552a2cbaecfab328f214dd (patch) | |
tree | 095bd2bac7f18215757b353367eec36fefd19ffc /include/configs/exynos5250-dt.h | |
parent | b7b5f1a16ca66dfdd817e7339f0e263a5b9f2758 (diff) | |
download | u-boot-imx-eac579d0d497bc0cd0552a2cbaecfab328f214dd.zip u-boot-imx-eac579d0d497bc0cd0552a2cbaecfab328f214dd.tar.gz u-boot-imx-eac579d0d497bc0cd0552a2cbaecfab328f214dd.tar.bz2 |
smdk5250, snow: 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/exynos5250-dt.h')
-rw-r--r-- | include/configs/exynos5250-dt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 496a194..3aed696 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -141,7 +141,7 @@ /* specific .lds file */ #define CONFIG_SPL_LDSCRIPT "board/samsung/smdk5250/smdk5250-uboot-spl.lds" #define CONFIG_SPL_TEXT_BASE 0x02023400 -#define CONFIG_SPL_MAX_SIZE (14 * 1024) +#define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024) #define CONFIG_BOOTCOMMAND "mmc read 40007000 451 2000; bootm 40007000" |