git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59bd18d
)
configs: synquacer: Drop Ext2/4 support by default
author
Masami Hiramatsu
<masami.hiramatsu@linaro.org>
Mon, 12 Jul 2021 10:36:21 +0000
(19:36 +0900)
committer
Tom Rini
<trini@konsulko.com>
Fri, 23 Jul 2021 22:53:45 +0000
(18:53 -0400)
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>
configs/synquacer_developerbox_defconfig
patch
|
blob
|
history
diff --git
a/configs/synquacer_developerbox_defconfig
b/configs/synquacer_developerbox_defconfig
index
16976b3
..
3aa507f
100644
(file)
--- 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