summaryrefslogtreecommitdiffstats
path: root/include/configs/omap4_sdp4430.h
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2011-08-07 20:05:45 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-04 11:34:30 +0200
commitf89f6109e977cb1aea8cee69b384ed622c2f8549 (patch)
tree5f64ced0b152e704c63de788cb5a74b2410d2e5a /include/configs/omap4_sdp4430.h
parent34455b04fc35ff9d1e5bcac7bec91e7a32b44d7a (diff)
downloadblackbird-obmc-uboot-f89f6109e977cb1aea8cee69b384ed622c2f8549.tar.gz
blackbird-obmc-uboot-f89f6109e977cb1aea8cee69b384ed622c2f8549.zip
omap4: increase SRAM budget to fix build error
Signed-off-by: Aneesh V <aneesh@ti.com> Cc: Dirk Behme <dirk.behme@googlemail.com> Cc: Sandeep Paulraj <s-paulraj@ti.com> Acked-by: Dirk Behme<dirk.behme@googlemail.com>
Diffstat (limited to 'include/configs/omap4_sdp4430.h')
-rw-r--r--include/configs/omap4_sdp4430.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h
index 5b3110cd50..1a5d7a66c5 100644
--- a/include/configs/omap4_sdp4430.h
+++ b/include/configs/omap4_sdp4430.h
@@ -251,7 +251,7 @@
/* Defines for SPL */
#define CONFIG_SPL
#define CONFIG_SPL_TEXT_BASE 0x40304350
-#define CONFIG_SPL_MAX_SIZE 0x8000 /* 32 K */
+#define CONFIG_SPL_MAX_SIZE (38 * 1024)
#define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK
#define CONFIG_SPL_BSS_START_ADDR 0x80000000
OpenPOWER on IntegriCloud