diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-07 17:37:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-12 09:18:47 -0400 |
commit | 5bbc265becbec9ce1e489760eb34922ac8c0bed9 (patch) | |
tree | 9d69a188c31913a207c5f0a37c7b4975cc45583d /include/configs/devkit8000.h | |
parent | 0d43fded20e390e2e779ae4fa831fc00157f454a (diff) | |
download | u-boot-5bbc265becbec9ce1e489760eb34922ac8c0bed9.tar.gz |
Convert CONFIG_NAND to Kconfig
This converts the following to Kconfig:
CONFIG_NAND
Signed-off-by: Adam Ford <aford173@gmail.com>
[trini: Sync up a few more, add imply's]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/devkit8000.h')
-rw-r--r-- | include/configs/devkit8000.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 314c393af3..5edf0a9bf6 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -32,8 +32,6 @@ #define CONFIG_SYS_SPL_MALLOC_START 0x80208000 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 /* 1 MB */ -#define CONFIG_NAND - /* Physical Memory Map */ #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */ |