Commit bd2c4522c26d535515aebca52d27c004a7e0c05c

Authored by Guillaume GARDET
Committed by Tom Rini
1 parent 61159b7684

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>

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

include/configs/ti_armv7_common.h
... ... @@ -259,6 +259,11 @@
259 259 #define CONFIG_SPL_LIBDISK_SUPPORT
260 260 #define CONFIG_SPL_MMC_SUPPORT
261 261 #define CONFIG_SPL_FAT_SUPPORT
  262 +#define CONFIG_SPL_EXT_SUPPORT
  263 +#endif
  264 +
  265 +#ifdef CONFIG_SPL_BUILD
  266 +#define CONFIG_SYS_THUMB_BUILD /* Thumbs mode to save space in SPL */
262 267 #endif
263 268  
264 269 /* General parts of the framework, required. */