diff mbox series

[U-Boot,1/3] bcm968580xref: remove CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT

Message ID 1556905904-22230-1-git-send-email-philippe.reynes@softathome.com
State Accepted
Commit fba802a1f551c77b099dbf58f3cd6a64b6ab31ff
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/3] bcm968580xref: remove CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT | expand

Commit Message

Philippe REYNES May 3, 2019, 5:51 p.m. UTC
This board define the flag CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT
but it's a mistake. It's a workaround for an issue in nand core.
This issue was fixed by the commit 5f626e78491c ("mtd: nand: raw:
Fix CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT behavior"). Now, this flag
break the nand on this board, so we simply remove it.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 include/configs/broadcom_bcm968580xref.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini May 19, 2019, 8:45 p.m. UTC | #1
On Fri, May 03, 2019 at 07:51:42PM +0200, Philippe Reynes wrote:

> This board define the flag CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT
> but it's a mistake. It's a workaround for an issue in nand core.
> This issue was fixed by the commit 5f626e78491c ("mtd: nand: raw:
> Fix CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT behavior"). Now, this flag
> break the nand on this board, so we simply remove it.
> 
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/broadcom_bcm968580xref.h b/include/configs/broadcom_bcm968580xref.h
index 52b4f55..fdb6203 100644
--- a/include/configs/broadcom_bcm968580xref.h
+++ b/include/configs/broadcom_bcm968580xref.h
@@ -33,7 +33,6 @@ 
 #define CONFIG_SYS_MAX_NAND_DEVICE	1
 #define CONFIG_SYS_NAND_SELF_INIT
 #define CONFIG_SYS_NAND_ONFI_DETECTION
-#define CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT
 #endif /* CONFIG_NAND */
 
 /*