omap4_panda: Disable ext2/3/4 support in SPL

Pandaboard is growing again, disable EXT2/3/4 support in SPL save more
space.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2016-09-21 18:38:41 -04:00
parent 3ce750ede1
commit bbdae1651e
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_OMAP44XX=y
# CONFIG_SPL_EXT_SUPPORT is not set
# CONFIG_SPL_I2C_SUPPORT is not set
# CONFIG_SPL_NAND_SUPPORT is not set
CONFIG_TARGET_OMAP4_PANDA=y