diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2019-05-03 19:51:44 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-18 12:31:59 -0400 |
commit | 29383f2043b695f8dad0e57cd6602405141404a0 (patch) | |
tree | 100877009fedd73c582bb195f9264b779d3c0f4f | |
parent | c7ab97c62d69ddc338f6d4d5dae5d58f26f8be48 (diff) | |
download | u-boot-29383f2043b695f8dad0e57cd6602405141404a0.tar.gz |
bcm968380gerg: remove CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT
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>
-rw-r--r-- | include/configs/broadcom_bcm968380gerg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/broadcom_bcm968380gerg.h b/include/configs/broadcom_bcm968380gerg.h index 355f3ef5be..aa6ce67d53 100644 --- a/include/configs/broadcom_bcm968380gerg.h +++ b/include/configs/broadcom_bcm968380gerg.h @@ -12,5 +12,4 @@ #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 */ |