summaryrefslogtreecommitdiffstats
path: root/board/davinci
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-04-12 05:14:32 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-04-14 16:08:08 +0200
commitb7b5f1a16ca66dfdd817e7339f0e263a5b9f2758 (patch)
tree57e7e2683b1ad71ff99b2b263b977644960d18e4 /board/davinci
parente7497891e34efe5cb2b3a3dc7c6c096c012ede28 (diff)
downloadblackbird-obmc-uboot-b7b5f1a16ca66dfdd817e7339f0e263a5b9f2758.tar.gz
blackbird-obmc-uboot-b7b5f1a16ca66dfdd817e7339f0e263a5b9f2758.zip
da850evm, da850_am18xxevm: 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/davinci')
-rw-r--r--board/davinci/da8xxevm/u-boot-spl-da850evm.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davinci/da8xxevm/u-boot-spl-da850evm.lds b/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
index 2ae5a2c434..b1b8701811 100644
--- a/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
+++ b/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
@@ -25,7 +25,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