summaryrefslogtreecommitdiff
path: root/configs/devkit8000_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-22 21:50:39 +0300
committerTom Rini <trini@konsulko.com>2021-10-06 16:16:24 +0300
commit6115f1c4fe81015369e110ea9830a6e36710677c (patch)
treeb0caf1d699dcdfc11de7ed8d1f382711273d2d04 /configs/devkit8000_defconfig
parent871fd508fccc58fd0d249841c918b99121d03d8c (diff)
downloadu-boot-6115f1c4fe81015369e110ea9830a6e36710677c.tar.xz
Convert CONFIG_NAND_OMAP_ECCSCHEME to Kconfig
The values of CONFIG_NAND_OMAP_ECCSCHEME map to the enum in include/linux/mtd/omap_gpmc.h for valid ECC schemes. Make which one we will use be a choice statement, enumerating the ones which we have implemented. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/devkit8000_defconfig')
-rw-r--r--configs/devkit8000_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/devkit8000_defconfig b/configs/devkit8000_defconfig
index 1c067fd7df..ccdd4f606f 100644
--- a/configs/devkit8000_defconfig
+++ b/configs/devkit8000_defconfig
@@ -41,6 +41,7 @@ CONFIG_TWL4030_LED=y
CONFIG_MMC_OMAP_HS=y
CONFIG_MTD=y
CONFIG_MTD_RAW_NAND=y
+CONFIG_NAND_OMAP_ECCSCHEME_HAM1_CODE_HW=y
CONFIG_SYS_NAND_BLOCK_SIZE=0x20000
CONFIG_SYS_NAND_PAGE_COUNT=0x40
CONFIG_SYS_NAND_PAGE_SIZE=0x800