ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)
[platform/kernel/u-boot.git] / include / configs / ti_armv7_common.h
index d1c390f..7a95cb8 100644 (file)
 #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. */