diff options
author | Adam Ford <aford173@gmail.com> | 2018-07-08 06:18:48 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-21 22:26:25 -0400 |
commit | d294335e5d51aa83b6dd57db85c3251e9a92349e (patch) | |
tree | d1cc54dd07518ec90a0da9a8ff82cfc8a3a594e6 /include | |
parent | 474ecd2c84d97314b8145fbe3a57887f41b2edb3 (diff) | |
download | u-boot-d294335e5d51aa83b6dd57db85c3251e9a92349e.tar.gz |
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')
-rw-r--r-- | include/configs/devkit3250.h | 1 |
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 } |