aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasami Hiramatsu <masami.hiramatsu@linaro.org>2021-07-12 19:36:21 +0900
committerTom Rini <trini@konsulko.com>2021-07-23 18:53:45 -0400
commit62c0136f36d4b4b220fca88dab82e57da2320234 (patch)
treebfb3cb0dfe3ecd95800cd927c01801f7611187ef
parent59bd18d4c4d7d87fbc4815fbdc757cd9304faa63 (diff)
downloadu-boot-62c0136f36d4b4b220fca88dab82e57da2320234.zip
u-boot-62c0136f36d4b4b220fca88dab82e57da2320234.tar.gz
u-boot-62c0136f36d4b4b220fca88dab82e57da2320234.tar.bz2
configs: synquacer: Drop Ext2/4 support by default
Since the U-Boot for the SynQuacer DeveloperBox is designed for compatible with EDK2 boot, we don't need to support Ext2/4 fs support by default. Drop it. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
-rw-r--r--configs/synquacer_developerbox_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig
index 16976b3..3aa507f 100644
--- a/configs/synquacer_developerbox_defconfig
+++ b/configs/synquacer_developerbox_defconfig
@@ -32,8 +32,6 @@ CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
CONFIG_CMD_EFIDEBUG=y
CONFIG_CMD_RTC=y
-CONFIG_CMD_EXT2=y
-CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_CMD_MTDPARTS=y