summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-04-12 05:14:33 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-04-14 16:08:29 +0200
commiteac579d0d497bc0cd0552a2cbaecfab328f214dd (patch)
tree095bd2bac7f18215757b353367eec36fefd19ffc /board
parentb7b5f1a16ca66dfdd817e7339f0e263a5b9f2758 (diff)
downloadtalos-obmc-uboot-eac579d0d497bc0cd0552a2cbaecfab328f214dd.tar.gz
talos-obmc-uboot-eac579d0d497bc0cd0552a2cbaecfab328f214dd.zip
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 'board')
-rw-r--r--board/samsung/smdk5250/smdk5250-uboot-spl.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/smdk5250/smdk5250-uboot-spl.lds b/board/samsung/smdk5250/smdk5250-uboot-spl.lds
index 7df0a1d3f8..c0a7602089 100644
--- a/board/samsung/smdk5250/smdk5250-uboot-spl.lds
+++ b/board/samsung/smdk5250/smdk5250-uboot-spl.lds
@@ -26,7 +26,7 @@
*/
MEMORY { .sram : ORIGIN = CONFIG_SPL_TEXT_BASE, \
- LENGTH = CONFIG_SPL_MAX_SIZE }
+ LENGTH = CONFIG_SPL_MAX_FOOTPRINT }
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_ARCH(arm)
OpenPOWER on IntegriCloud