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/brppt1.h | |
parent | 9d9f59dd0a97b327b784699152f7055adc7b3520 (diff) | |
download | u-boot-4884d829d72e58d3448df46325699cdc2151686e.tar.gz u-boot-4884d829d72e58d3448df46325699cdc2151686e.tar.bz2 u-boot-4884d829d72e58d3448df46325699cdc2151686e.zip |
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/brppt1.h')
-rw-r--r-- | include/configs/brppt1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/brppt1.h b/include/configs/brppt1.h index 2f499b3994..1dfe7d0473 100644 --- a/include/configs/brppt1.h +++ b/include/configs/brppt1.h @@ -146,7 +146,6 @@ NANDTGTS \ #define CONFIG_SYS_NAND_BASE 0x8000000 /* don't change OMAP_ELM, ECCSCHEME. ROM code only supports this */ #define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW -#define CONFIG_SYS_NAND_5_ADDR_CYCLE #define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9, \ 10, 11, 12, 13, 14, 15, 16, 17, \ 18, 19, 20, 21, 22, 23, 24, 25, \ |