summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_logic.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2016-02-08 19:06:08 -0600
committerTom Rini <trini@konsulko.com>2016-02-15 12:04:44 -0500
commitf92dfc87c578a0d0c062786294fa3552c14f9ca1 (patch)
tree25ac3031ab706ed0d16ca658d1b6aa3abdddc3a4 /include/configs/omap3_logic.h
parent45776e36ecb31272b672bf38f099fdf4f277766e (diff)
downloadblackbird-obmc-uboot-f92dfc87c578a0d0c062786294fa3552c14f9ca1.tar.gz
blackbird-obmc-uboot-f92dfc87c578a0d0c062786294fa3552c14f9ca1.zip
OMAP3: omap3_logic: Grow SPL to 64K from 54K
Based on the work done by Overo, this seems to help some compilers that have a hard time fitting all the code into the allocated space. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/omap3_logic.h')
-rw-r--r--include/configs/omap3_logic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index 3cb71f1c36..9ea6ef3511 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -30,6 +30,12 @@
#include <configs/ti_omap3_common.h>
+/* Override default SPL info to minimize empty space and allow BCH8 in SPL */
+#undef CONFIG_SPL_TEXT_BASE
+#undef CONFIG_SPL_MAX_SIZE
+#define CONFIG_SPL_TEXT_BASE 0x40200000
+#define CONFIG_SPL_MAX_SIZE (64 * 1024)
+
/* Display CPU and Board information */
#define CONFIG_DISPLAY_CPUINFO
OpenPOWER on IntegriCloud