diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-19 18:45:29 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:07:13 -0500 |
commit | 9200011e9563c2deb71eae3c6769a92ea4e6c733 (patch) | |
tree | 3f75621569386f408cb82c83f69387f5032045ef /arch/arm/mach-kirkwood | |
parent | 6c03a652755ca415e3a1fa92525b5a8c230c9289 (diff) | |
download | u-boot-9200011e9563c2deb71eae3c6769a92ea4e6c733.tar.gz |
Convert CONFIG_NAND_KMETER1 et al to Kconfig
This converts the following to Kconfig:
CONFIG_NAND_ECC_BCH
CONFIG_NAND_KIRKWOOD
CONFIG_NAND_KMETER1
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r-- | arch/arm/mach-kirkwood/include/mach/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/config.h b/arch/arm/mach-kirkwood/include/mach/config.h index a2781e25a2..a6de767629 100644 --- a/arch/arm/mach-kirkwood/include/mach/config.h +++ b/arch/arm/mach-kirkwood/include/mach/config.h @@ -34,7 +34,6 @@ * NAND configuration */ #ifdef CONFIG_CMD_NAND -#define CONFIG_NAND_KIRKWOOD #define CFG_SYS_NAND_BASE 0xD8000000 /* MV_DEFADR_NANDF */ #define NAND_ALLOW_ERASE_ALL 1 #endif |