summaryrefslogtreecommitdiff
path: root/include/configs/devkit8000.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2012-05-08 07:29:31 +0000
committerAlbert ARIBAUD <[email protected]>2012-05-15 08:31:41 +0200
commite0820ccc38315d88192c19e98ea9b59d3ec7d4c8 (patch)
treeb7f62f178abe62b692585d440edd314017a15c75 /include/configs/devkit8000.h
parenta3c3fabb0f65455068e01197e16927f0589beaa2 (diff)
ARM: omap3: Set SPL stack size to 8KB, image to 54KB.
With older toolchains it is possible to not fit entirely into the 45KB that we had assigned to SPL. Adjust to allow for 8KB of stack (which should be more than required) and 54KB of text/data. Cc: Vaibhav Hiremath <[email protected]> Cc: Nagendra T S <[email protected]> Cc: Thomas Weber <[email protected]> Cc: Ilya Yanok <[email protected]> Cc: Steve Sakoman <[email protected]> Cc: Stefano Babic <[email protected]> Signed-off-by: Tom Rini <[email protected]> Acked-by: Stefano Babic <[email protected]> Acked-by: Vaibhav Hiremath <[email protected]>
Diffstat (limited to 'include/configs/devkit8000.h')
-rw-r--r--include/configs/devkit8000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index eb7c376780d..248a5b2fa36 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -324,7 +324,7 @@
#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300 /* address 0x60000 */
#define CONFIG_SPL_TEXT_BASE 0x40200000 /*CONFIG_SYS_SRAM_START*/
-#define CONFIG_SPL_MAX_SIZE 0xB400 /* 45 K */
+#define CONFIG_SPL_MAX_SIZE (54 * 1024) /* 8 KB for stack */
#define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK
#define CONFIG_SPL_BSS_START_ADDR 0x80000500 /* leave space for bootargs*/