diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-22 14:50:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-06 09:16:24 -0400 |
commit | b2e25afabd18525c736db7f8fd2cb5593a1fd7ea (patch) | |
tree | a9c782a66947a2296c9c0938c20d6631369f19d6 /include/configs/ids8313.h | |
parent | 1cefed1e39f0038ac6afd9e0c48b8b85fb458fbc (diff) | |
download | u-boot-b2e25afabd18525c736db7f8fd2cb5593a1fd7ea.tar.gz |
Convert CONFIG_SYS_NAND_MAX_CHIPS to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_NAND_MAX_CHIPS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ids8313.h')
-rw-r--r-- | include/configs/ids8313.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index 5bd4f3bc8c..5e2f377749 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -129,7 +129,6 @@ */ #define CONFIG_SYS_NAND_BASE 0xE1000000 #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_SYS_NAND_MAX_CHIPS 1 #define CONFIG_NAND_FSL_ELBC #define NAND_CACHE_PAGES 64 |