On Sat, 12 Nov 2022 at 15:37, Tom Rini <[email protected]> wrote: > > This commit removes the following unused symbols: > CONFIG_SYS_NAND_DDR_LAW > CONFIG_SYS_NAND_ECCSTEPS > CONFIG_SYS_NAND_ECCTOTAL > CONFIG_SYS_NAND_ENABLE_PIN_SPL > CONFIG_SYS_NAND_MX7_GPMI_62_ECC_BYTES > CONFIG_SYS_NAND_U_BOOT_RELOC_SP > > Signed-off-by: Tom Rini <[email protected]> > --- > include/configs/P1010RDB.h | 2 -- > include/configs/T102xRDB.h | 1 - > include/configs/T104xRDB.h | 1 - > include/configs/T208xQDS.h | 1 - > include/configs/T208xRDB.h | 1 - > include/configs/T4240RDB.h | 1 - > include/configs/colibri_imx7.h | 1 - > include/configs/da850evm.h | 4 ---- > include/configs/omapl138_lcdk.h | 4 ---- > include/configs/siemens-am33x-common.h | 4 ---- > include/configs/smartweb.h | 1 - > include/configs/taurus.h | 1 - > 12 files changed, 22 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

