mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
arm/km: use CONFIG_NAND_ECC_BCH
Switch from 1-bit ecc to 4-bit ecc. Signed-off-by: Holger Brunck <holger.brunck@keymile.com> cc: Valentin Longchamp <valentin.longchamp@keymile.com> cc: Prafulla Wadaskar <prafulla@marvell.com> Acked-By: Prafulla Wadaskar <prafulla@marvell.com>
This commit is contained in:
parent
45bd01ef35
commit
dfeafde4fc
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@
|
||||||
|
|
||||||
#define CONFIG_MACH_TYPE MACH_TYPE_KM_KIRKWOOD
|
#define CONFIG_MACH_TYPE MACH_TYPE_KM_KIRKWOOD
|
||||||
|
|
||||||
|
#define CONFIG_NAND_ECC_BCH
|
||||||
|
#define CONFIG_BCH
|
||||||
|
|
||||||
/* include common defines/options for all Keymile boards */
|
/* include common defines/options for all Keymile boards */
|
||||||
#include "keymile-common.h"
|
#include "keymile-common.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue