summaryrefslogtreecommitdiff
path: root/include/configs/am3517_evm.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-07-03 16:09:44 +0300
committerTom Rini <trini@konsulko.com>2020-07-28 23:18:10 +0300
commit0c4a63438cf78b3c9a971347435ce34edbe1658d (patch)
tree41d17d1b8f47f50f4860d87c39732c096ad9b3b4 /include/configs/am3517_evm.h
parente91907a1464e5b79673c37f46dcb76d3c5b7c0c7 (diff)
downloadu-boot-0c4a63438cf78b3c9a971347435ce34edbe1658d.tar.xz
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/am3517_evm.h')
-rw-r--r--include/configs/am3517_evm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index 7ccb286961..89b95d635e 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -176,7 +176,5 @@
#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img"
#define CONFIG_SPL_NAND_BASE
-#define CONFIG_SPL_NAND_DRIVERS
-#define CONFIG_SPL_NAND_ECC
#endif /* __CONFIG_H */