summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGuillaume GARDET <guillaume.gardet@free.fr>2015-06-16 15:00:09 +0200
committerTom Rini <trini@konsulko.com>2015-06-19 16:46:48 -0400
commitbd2c4522c26d535515aebca52d27c004a7e0c05c (patch)
treef962c66bc012c48d0d557a67a99b95025349a790 /include
parent61159b76844437bf9004c3a38b5a4ff1a24860d5 (diff)
downloadtalos-obmc-uboot-bd2c4522c26d535515aebca52d27c004a7e0c05c.tar.gz
talos-obmc-uboot-bd2c4522c26d535515aebca52d27c004a7e0c05c.zip
ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)
Tested on Pandaboard (rev. A3) and Beagleboard xM (rev. B). Compilation tested on TI armv7 boards and OMAP boards from other vendors. Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> Cc: Tom Rini <trini@konsulko.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ti_armv7_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index d1c390f4f8..7a95cb888a 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -259,6 +259,11 @@
#define CONFIG_SPL_LIBDISK_SUPPORT
#define CONFIG_SPL_MMC_SUPPORT
#define CONFIG_SPL_FAT_SUPPORT
+#define CONFIG_SPL_EXT_SUPPORT
+#endif
+
+#ifdef CONFIG_SPL_BUILD
+#define CONFIG_SYS_THUMB_BUILD /* Thumbs mode to save space in SPL */
#endif
/* General parts of the framework, required. */
OpenPOWER on IntegriCloud