diff options
author | Tom Rini | 2022-10-28 20:27:04 -0400 |
---|---|---|
committer | Tom Rini | 2022-11-10 10:08:54 -0500 |
commit | a918df21f09739e4d0f91937b88f3804696a0f41 (patch) | |
tree | 96e143c7df24720072bd23479bf15dfdf7725fff /include/configs/omap3_logic.h | |
parent | e28e0f47f3df1264824f1c8bc8c1a5174a9f3cee (diff) |
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/omap3_logic.h')
-rw-r--r-- | include/configs/omap3_logic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 1af87b271c4..442a3cad220 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -16,7 +16,6 @@ /* Board NAND Info. */ #ifdef CONFIG_MTD_RAW_NAND -#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */ /* NAND devices */ #define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, \ 13, 14, 16, 17, 18, 19, 20, 21, 22, \ |