Re: [PATCH 1/2] configs: ethernut5: Drop reiserfs

2024-03-04 Thread Tom Rini
On Sun, Feb 18, 2024 at 11:59:34PM +, Peter Robinson wrote:

> 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 
> Cc: egnite GmbH 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH 1/2] configs: ethernut5: Drop reiserfs

2024-02-18 Thread Peter Robinson
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 
Cc: egnite GmbH 
---
 configs/ethernut5_defconfig | 1 -
 1 file changed, 1 deletion(-)

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