diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-22 14:50:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-06 09:16:23 -0400 |
commit | 4884d829d72e58d3448df46325699cdc2151686e (patch) | |
tree | bddcf5355444a500155ae8169676edbcab0e20d6 /include/configs/at91sam9x5ek.h | |
parent | 9d9f59dd0a97b327b784699152f7055adc7b3520 (diff) | |
download | u-boot-4884d829d72e58d3448df46325699cdc2151686e.tar.gz |
Convert CONFIG_SYS_NAND_5_ADDR_CYCLE to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_NAND_5_ADDR_CYCLE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/at91sam9x5ek.h')
-rw-r--r-- | include/configs/at91sam9x5ek.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h index 08ce67a5e6..798a100411 100644 --- a/include/configs/at91sam9x5ek.h +++ b/include/configs/at91sam9x5ek.h @@ -98,6 +98,5 @@ #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" #endif #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x40000 -#define CONFIG_SYS_NAND_5_ADDR_CYCLE #endif |