Commit be7576fa15498e6874bbc901f0aefb7f2f17943d

Authored by Holger Brunck
Committed by Kim Phillips
1 parent 938187329a

powerpc/83xx: use NAND_ECC_BCH for kmcoge5ne

Switch from 1-bit ecc to 4-bit ecc.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/km8360.h
... ... @@ -25,6 +25,8 @@
25 25 #define CONFIG_KM_BOARD_NAME "kmcoge5ne"
26 26 #define CONFIG_KM_DEF_NETDEV "netdev=eth1\0"
27 27 #define CONFIG_CMD_NAND
  28 +#define CONFIG_NAND_ECC_BCH
  29 +#define CONFIG_BCH
28 30 #define CONFIG_NAND_KMETER1
29 31 #define CONFIG_SYS_MAX_NAND_DEVICE 1
30 32 #define NAND_MAX_CHIPS 1