diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2024-02-18 23:59:34 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-04 10:25:47 -0500 |
commit | 2a9ebf3282bd6d776304bfec4a73388b611e0851 (patch) | |
tree | 70355d92873682239bfa753e35601916a4b04206 | |
parent | f861e38f5c6bdbc320bb88e5a1b4ad73e9f494b0 (diff) |
configs: ethernut5: Drop reiserfs
This is the only board that enables it, and looking generally I don't
believe it's used. All use cases I could fine for the board rub by
default off jffs on the nand and it doesn't enable USB storage.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: egnite GmbH <info@egnite.de>
-rw-r--r-- | configs/ethernut5_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ethernut5_defconfig b/configs/ethernut5_defconfig index bdd8f4db8b7..cc2f567c8a8 100644 --- a/configs/ethernut5_defconfig +++ b/configs/ethernut5_defconfig @@ -53,7 +53,6 @@ CONFIG_CMD_JFFS2=y CONFIG_CMD_MTDPARTS=y CONFIG_MTDIDS_DEFAULT="nand0=atmel_nand" CONFIG_MTDPARTS_DEFAULT="mtdparts=atmel_nand:-(root)" -CONFIG_CMD_REISER=y CONFIG_CMD_UBI=y CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_SPI_FLASH=y |