summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-11 22:55:54 +0300
committerTom Rini <trini@konsulko.com>2021-12-27 16:41:38 +0300
commit4d69303299289e0d7f062008094c69726855a0fa (patch)
treeb848a0e96a34ec9676f7982513da54bee909c8d8 /include/configs
parentd5bfef2fcdc14848c20c10fcb546e7d574592617 (diff)
downloadu-boot-4d69303299289e0d7f062008094c69726855a0fa.tar.xz
Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to Kconfig
This converts the following to Kconfig: CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT In order to do this conversion, expose this option to the user and use "save" not "safe" in the text. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/corvus.h1
-rw-r--r--include/configs/pm9g45.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/corvus.h b/include/configs/corvus.h
index 2d615d0e11..27284f7913 100644
--- a/include/configs/corvus.h
+++ b/include/configs/corvus.h
@@ -66,7 +66,6 @@
#define CONFIG_SYS_NAND_MASK_CLE (1 << 22)
#define CONFIG_SYS_NAND_ENABLE_PIN AT91_PIN_PC14
#define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8
-#define CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT
#endif
/* Ethernet */
diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h
index eab3825021..b205391642 100644
--- a/include/configs/pm9g45.h
+++ b/include/configs/pm9g45.h
@@ -45,7 +45,6 @@
#define CONFIG_SYS_NAND_MASK_CLE BIT(22)
#define CONFIG_SYS_NAND_ENABLE_PIN AT91_PIN_PC14
#define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PD3
-#define CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT
#endif
/* Ethernet */