summaryrefslogtreecommitdiff
path: root/include/configs/devkit3250.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-07-08 06:18:48 -0500
committerTom Rini <trini@konsulko.com>2018-07-21 22:26:25 -0400
commitd294335e5d51aa83b6dd57db85c3251e9a92349e (patch)
treed1cc54dd07518ec90a0da9a8ff82cfc8a3a594e6 /include/configs/devkit3250.h
parent474ecd2c84d97314b8145fbe3a57887f41b2edb3 (diff)
Convert CONFIG_NAND_LPC32XX_SLC to Kconfig
This converts the following to Kconfig: CONFIG_NAND_LPC32XX_SLC Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/devkit3250.h')
-rw-r--r--include/configs/devkit3250.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h
index d12f37150b..00e9c44fdf 100644
--- a/include/configs/devkit3250.h
+++ b/include/configs/devkit3250.h
@@ -84,7 +84,6 @@
/*
* NAND controller
*/
-#define CONFIG_NAND_LPC32XX_SLC
#define CONFIG_SYS_NAND_BASE SLC_NAND_BASE
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }