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/cm_fx6.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/cm_fx6.h')
-rw-r--r-- | include/configs/cm_fx6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index 8c26c681950..7545979defa 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -142,7 +142,6 @@ /* NAND */ #ifndef CONFIG_SPL_BUILD #define CONFIG_SYS_NAND_BASE 0x40000000 -#define CONFIG_SYS_NAND_MAX_CHIPS 1 #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* APBH DMA is required for NAND support */ #endif |