diff options
author | Tom Rini | 2021-09-22 14:50:33 -0400 |
---|---|---|
committer | Tom Rini | 2021-10-06 09:16:23 -0400 |
commit | 4884d829d72e58d3448df46325699cdc2151686e (patch) | |
tree | bddcf5355444a500155ae8169676edbcab0e20d6 /include/configs/mx6sabreauto.h | |
parent | 9d9f59dd0a97b327b784699152f7055adc7b3520 (diff) |
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/mx6sabreauto.h')
-rw-r--r-- | include/configs/mx6sabreauto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6sabreauto.h b/include/configs/mx6sabreauto.h index 5cd51a4af06..48b8a309195 100644 --- a/include/configs/mx6sabreauto.h +++ b/include/configs/mx6sabreauto.h @@ -52,7 +52,6 @@ /* NAND stuff */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE 0x40000000 -#define CONFIG_SYS_NAND_5_ADDR_CYCLE #define CONFIG_SYS_NAND_ONFI_DETECTION /* DMA stuff, needed for GPMI/MXS NAND support */ |