diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-21 18:38:41 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-21 21:06:55 -0400 |
commit | bbdae1651e96a4fca82b16765e641649170656e5 (patch) | |
tree | 2890a082f0e8feb1e372c179648a286522ec04d2 /configs | |
parent | 3ce750ede177dba2712ea0ba135a07ee25f1f695 (diff) | |
download | u-boot-bbdae1651e96a4fca82b16765e641649170656e5.tar.gz u-boot-bbdae1651e96a4fca82b16765e641649170656e5.tar.bz2 u-boot-bbdae1651e96a4fca82b16765e641649170656e5.zip |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/omap4_panda_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |