diff mbox series

[v3,5/8] configs: synquacer: Drop Ext2/4 support by default

Message ID 162608618139.206671.612076016311846325.stgit@localhost
State Accepted
Commit 62c0136f36d4b4b220fca88dab82e57da2320234
Headers show
Series arm64: synquacer: DeveloperBox updates | expand

Commit Message

Masami Hiramatsu July 12, 2021, 10:36 a.m. UTC
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>

---
 Changes in v3:
   - Fix configs with savedefconfig.
---
 configs/synquacer_developerbox_defconfig |    2 --
 1 file changed, 2 deletions(-)

Comments

Tom Rini July 24, 2021, 8:40 p.m. UTC | #1
On Mon, Jul 12, 2021 at 07:36:21PM +0900, Masami Hiramatsu wrote:

> 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>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig
index 16976b3c3d..3aa507fbe5 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