diff options
author | Tony Lindgren <tony@atomide.com> | 2014-10-27 21:06:07 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-10-29 20:19:20 +0100 |
commit | 739fd5078493f9ea96b7562f504fcc1316d13164 (patch) | |
tree | a4809794e44e500993808a020121f98fcf9dee73 /arch | |
parent | ARM: omap2plus_defconfig: Fix bloat caused by having ipv6 built-in (diff) | |
download | linux-739fd5078493f9ea96b7562f504fcc1316d13164.tar.xz linux-739fd5078493f9ea96b7562f504fcc1316d13164.zip |
ARM: omap2plus_defconfig: Fix errors with NAND BCH
Looks like we need to have BCH enabled to get NAND
working and to avoid getting:
nand: error: CONFIG_MTD_NAND_ECC_BCH not enabled
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 3fbad5b95619..b3f86670d2eb 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -111,6 +111,7 @@ CONFIG_MTD_OOPS=y CONFIG_MTD_CFI=y CONFIG_MTD_CFI_INTELEXT=y CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_ECC_BCH=y CONFIG_MTD_NAND_OMAP2=y CONFIG_MTD_ONENAND=y CONFIG_MTD_ONENAND_VERIFY_WRITE=y |