From: Tom Rini Date: Wed, 21 Sep 2016 22:38:41 +0000 (-0400) Subject: omap4_panda: Disable ext2/3/4 support in SPL X-Git-Tag: v2016.11-rc1~118 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bbdae1651e96a4fca82b16765e641649170656e5;p=u-boot 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 --- diff --git a/configs/omap4_panda_defconfig b/configs/omap4_panda_defconfig index af6dc31a1d..e496afe9f8 100644 --- a/configs/omap4_panda_defconfig +++ b/configs/omap4_panda_defconfig @@ -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