[PATCH] mtd: nand: raw: Drop SYS_NAND_SOFT_ECC from NAND_SANDBOX

Tom Rini trini at konsulko.com
Sat Mar 15 02:28:28 CET 2025


This option is only meaningful within the davinci nand driver, so drop
the statement here (which had no effect).

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 drivers/mtd/nand/raw/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index 609bdffbf779..3e0590a1d5d3 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -436,7 +436,6 @@ config NAND_SANDBOX
 	select SYS_NAND_SELF_INIT
 	select SPL_SYS_NAND_SELF_INIT
 	select SPL_NAND_INIT
-	select SYS_NAND_SOFT_ECC
 	select BCH
 	select NAND_ECC_BCH
 	imply CMD_NAND
-- 
2.43.0



More information about the U-Boot mailing list