aboutsummaryrefslogtreecommitdiff
path: root/include/configs/etamin.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-22 14:50:39 -0400
committerTom Rini <trini@konsulko.com>2021-10-06 09:16:24 -0400
commit6115f1c4fe81015369e110ea9830a6e36710677c (patch)
treeb0caf1d699dcdfc11de7ed8d1f382711273d2d04 /include/configs/etamin.h
parent871fd508fccc58fd0d249841c918b99121d03d8c (diff)
downloadu-boot-6115f1c4fe81015369e110ea9830a6e36710677c.zip
u-boot-6115f1c4fe81015369e110ea9830a6e36710677c.tar.gz
u-boot-6115f1c4fe81015369e110ea9830a6e36710677c.tar.bz2
Convert CONFIG_NAND_OMAP_ECCSCHEME to KconfigWIP/2021-10-06-assorted-improvements
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 'include/configs/etamin.h')
-rw-r--r--include/configs/etamin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/etamin.h b/include/configs/etamin.h
index 20a8e26..3ff86ee 100644
--- a/include/configs/etamin.h
+++ b/include/configs/etamin.h
@@ -16,8 +16,6 @@
/* NAND specific changes for etamin due to different page size */
#undef CONFIG_SYS_NAND_ECCPOS
#undef CONFIG_SYS_ENV_SECT_SIZE
-#undef CONFIG_NAND_OMAP_ECCSCHEME
-#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH16_CODE_HW
#define CONFIG_SYS_ENV_SECT_SIZE (512 << 10) /* 512 KiB */
#define CONFIG_SYS_NAND_ECCPOS { 2, 3, 4, 5, 6, 7, 8, 9, \