diff options
| author | Tony Dinh <mibodhi@gmail.com> | 2024-11-18 11:34:59 -0800 |
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2024-11-26 13:19:42 +0100 |
| commit | 325ac6c1e7facd67b91eb8ada12b49f648063942 (patch) | |
| tree | 06de778488edbee0e930fad97eeffe370bbc9bbb /configs/ds414_defconfig | |
| parent | 3073246d1be682071d8b3d07d06c2484907aed60 (diff) | |
arm: mvebu: Disable JFFS2 support for Kirkwood and Armada XP boards
These boards don't use JFFS2 file system for booting so remove it.
Ref: https://lore.kernel.org/u-boot/20241114233005.GN3600562@bill-the-cat/T/#t
Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Acked-by: Phil Sutter <phil@nwl.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/ds414_defconfig')
| -rw-r--r-- | configs/ds414_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ds414_defconfig b/configs/ds414_defconfig index 25e5be3ba7d..44e9b176827 100644 --- a/configs/ds414_defconfig +++ b/configs/ds414_defconfig @@ -49,7 +49,6 @@ CONFIG_CMD_SPI=y CONFIG_CMD_USB=y CONFIG_CMD_TFTPPUT=y CONFIG_CMD_TIME=y -CONFIG_CMD_JFFS2=y CONFIG_CMD_MTDPARTS=y CONFIG_CMD_UBI=y CONFIG_ENV_OVERWRITE=y |
