On Sat, 12 Nov 2022 at 15:38, Tom Rini <[email protected]> wrote: > > This converts the following to Kconfig: > CONFIG_SYS_NAND_MAX_OOBFREE > CONFIG_SYS_NAND_MAX_ECCPOS > > Signed-off-by: Tom Rini <[email protected]> > --- > configs/CHIP_pro_defconfig | 1 + > configs/Nintendo_NES_Classic_Edition_defconfig | 1 + > configs/am3517_evm_defconfig | 2 ++ > configs/ls1088aqds_defconfig | 2 ++ > configs/ls1088aqds_qspi_SECURE_BOOT_defconfig | 2 ++ > configs/ls1088aqds_qspi_defconfig | 2 ++ > configs/ls1088aqds_sdcard_ifc_defconfig | 2 ++ > configs/ls1088aqds_sdcard_qspi_defconfig | 2 ++ > configs/ls1088aqds_tfa_defconfig | 2 ++ > configs/ls1088ardb_qspi_SECURE_BOOT_defconfig | 2 ++ > configs/ls1088ardb_qspi_defconfig | 2 ++ > ...s1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 2 ++ > configs/ls1088ardb_sdcard_qspi_defconfig | 2 ++ > configs/ls1088ardb_tfa_SECURE_BOOT_defconfig | 2 ++ > configs/ls1088ardb_tfa_defconfig | 2 ++ > configs/ls2080aqds_SECURE_BOOT_defconfig | 2 ++ > configs/ls2080aqds_defconfig | 2 ++ > configs/ls2080aqds_nand_defconfig | 2 ++ > configs/ls2080aqds_qspi_defconfig | 2 ++ > configs/ls2080aqds_sdcard_defconfig | 2 ++ > configs/ls2080ardb_SECURE_BOOT_defconfig | 2 ++ > configs/ls2080ardb_defconfig | 2 ++ > configs/ls2080ardb_nand_defconfig | 2 ++ > configs/ls2088aqds_tfa_defconfig | 2 ++ > configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 2 ++ > configs/ls2088ardb_tfa_defconfig | 2 ++ > configs/omap35_logic_defconfig | 2 ++ > configs/omap35_logic_somlv_defconfig | 2 ++ > configs/omap3_logic_defconfig | 2 ++ > configs/omap3_logic_somlv_defconfig | 2 ++ > doc/README.nand | 10 ---------- > drivers/mtd/Kconfig | 18 ++++++++++++++++++ > include/configs/T4240RDB.h | 2 -- > include/configs/am3517_evm.h | 2 -- > include/configs/ls1088aqds.h | 3 --- > include/configs/ls1088ardb.h | 3 --- > include/configs/ls2080aqds.h | 3 --- > include/configs/ls2080ardb.h | 3 --- > include/configs/omap3_logic.h | 2 -- > include/configs/sunxi-common.h | 4 ---- > 40 files changed, 76 insertions(+), 32 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

