diff options
author | Adam Ford <aford173@gmail.com> | 2020-07-03 08:09:44 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 16:18:10 -0400 |
commit | 0c4a63438cf78b3c9a971347435ce34edbe1658d (patch) | |
tree | 41d17d1b8f47f50f4860d87c39732c096ad9b3b4 /include/configs/wb45n.h | |
parent | e91907a1464e5b79673c37f46dcb76d3c5b7c0c7 (diff) | |
download | u-boot-0c4a63438cf78b3c9a971347435ce34edbe1658d.tar.gz u-boot-0c4a63438cf78b3c9a971347435ce34edbe1658d.tar.xz u-boot-0c4a63438cf78b3c9a971347435ce34edbe1658d.zip |
Convert CONFIG_SPL_NAND_DRIVERS et al to Kconfig
This converts the following to Kconfig:
CONFIG_SPL_NAND_DRIVERS
CONFIG_SPL_NAND_ECC
CONFIG_SPL_NAND_SIMPLE
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/wb45n.h')
-rw-r--r-- | include/configs/wb45n.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/wb45n.h b/include/configs/wb45n.h index f6e67b963e..0533cf13d7 100644 --- a/include/configs/wb45n.h +++ b/include/configs/wb45n.h @@ -113,7 +113,6 @@ #define CONFIG_SYS_MCKR 0x1301 #define CONFIG_SYS_MCKR_CSS 0x1302 -#define CONFIG_SPL_NAND_DRIVERS #define CONFIG_SPL_NAND_BASE #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x20000 #define CONFIG_SYS_NAND_5_ADDR_CYCLE |