diff options
author | Tom Rini <trini@konsulko.com> | 2022-10-28 20:27:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-11-10 10:08:54 -0500 |
commit | a918df21f09739e4d0f91937b88f3804696a0f41 (patch) | |
tree | 96e143c7df24720072bd23479bf15dfdf7725fff /include/configs/T208xQDS.h | |
parent | e28e0f47f3df1264824f1c8bc8c1a5174a9f3cee (diff) | |
download | u-boot-a918df21f09739e4d0f91937b88f3804696a0f41.tar.gz |
Convert CONFIG_SYS_MAX_NAND_DEVICE to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_MAX_NAND_DEVICE
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r-- | include/configs/T208xQDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 6701eab115..10126a876e 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -200,7 +200,6 @@ #define CONFIG_SYS_NAND_DDR_LAW 11 #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE } -#define CONFIG_SYS_MAX_NAND_DEVICE 1 #if defined(CONFIG_MTD_RAW_NAND) #define CONFIG_SYS_CSPR0_EXT CONFIG_SYS_NAND_CSPR_EXT |