aboutsummaryrefslogtreecommitdiff
path: root/include/configs/baltos.h
diff options
context:
space:
mode:
authorTom Rini2021-09-22 14:50:39 -0400
committerTom Rini2021-10-06 09:16:24 -0400
commit6115f1c4fe81015369e110ea9830a6e36710677c (patch)
treeb0caf1d699dcdfc11de7ed8d1f382711273d2d04 /include/configs/baltos.h
parent871fd508fccc58fd0d249841c918b99121d03d8c (diff)
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 'include/configs/baltos.h')
-rw-r--r--include/configs/baltos.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/baltos.h b/include/configs/baltos.h
index f55f57ce22e..32f2174641a 100644
--- a/include/configs/baltos.h
+++ b/include/configs/baltos.h
@@ -219,7 +219,6 @@
#define CONFIG_SYS_NAND_ECCSIZE 512
#define CONFIG_SYS_NAND_ECCBYTES 14
-#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW
#define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE
#endif
#endif