From: Guillaume GARDET Date: Tue, 16 Jun 2015 13:00:09 +0000 (+0200) Subject: ti: armv7: enable EXT support in SPL (using ti_armv7_common.h) X-Git-Tag: v2015.07-rc3~29 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bd2c4522c26d535515aebca52d27c004a7e0c05c;p=u-boot 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 Cc: Tom Rini Reviewed-by: Tom Rini --- 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. */