diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-12 17:36:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:05:38 -0500 |
commit | 41fa8f471d41fd42a249e3f24e5ecb2fa8f1b1d4 (patch) | |
tree | a013b5cd6b9d4a6081e039198b1d133ba4e0ee8e /configs/k2hk_hs_evm_defconfig | |
parent | 60db32502c7f5d54c4cd4e485b95204166a83678 (diff) | |
download | u-boot-41fa8f471d41fd42a249e3f24e5ecb2fa8f1b1d4.tar.gz |
Convert CONFIG_SYS_NAND_HW_ECC to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_NAND_HW_ECC
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/k2hk_hs_evm_defconfig')
-rw-r--r-- | configs/k2hk_hs_evm_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/k2hk_hs_evm_defconfig b/configs/k2hk_hs_evm_defconfig index 2480547a51..33624badae 100644 --- a/configs/k2hk_hs_evm_defconfig +++ b/configs/k2hk_hs_evm_defconfig @@ -54,7 +54,6 @@ CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y CONFIG_SYS_NAND_USE_FLASH_BBT=y CONFIG_NAND_DAVINCI=y -CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST=y CONFIG_DM_SPI_FLASH=y CONFIG_SF_DEFAULT_SPEED=30000000 CONFIG_SPI_FLASH_STMICRO=y |