n Sat, 12 Nov 2022 at 15:38, Tom Rini <[email protected]> wrote: > > The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_NAND > namespace do not easily transition to Kconfig. In many cases they likely > should come from the device tree instead. Move these out of CONFIG > namespace and in to CFG namespace. > > Signed-off-by: Tom Rini <[email protected]> > --- > README | 10 +-- > arch/arm/include/asm/arch-lpc32xx/config.h | 8 +- > arch/arm/include/asm/ti-common/davinci_nand.h | 8 +- > arch/arm/mach-kirkwood/include/mach/config.h | 2 +- > arch/arm/mach-omap2/mem-common.c | 2 +- > arch/powerpc/cpu/mpc83xx/elbc/elbc.h | 20 ++--- > arch/powerpc/cpu/mpc83xx/spl_minimal.c | 10 +-- > board/atmel/at91sam9260ek/at91sam9260ek.c | 4 +- > board/atmel/at91sam9261ek/at91sam9261ek.c | 4 +- > board/atmel/at91sam9263ek/at91sam9263ek.c | 4 +- > .../atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 4 +- > board/atmel/at91sam9rlek/at91sam9rlek.c | 4 +- > board/atmel/at91sam9x5ek/at91sam9x5ek.c | 4 +- > board/atmel/sam9x60ek/sam9x60ek.c | 4 +- > board/bluewater/gurnard/gurnard.c | 8 +- > board/calao/usb_a9263/usb_a9263.c | 8 +- > board/egnite/ethernut5/ethernut5.c | 6 +- > board/esd/meesc/meesc.c | 4 +- > board/freescale/common/p_corenet/law.c | 4 +- > board/freescale/common/p_corenet/tlb.c | 4 +- > board/freescale/ls1043aqds/ls1043aqds.c | 32 ++++---- > board/freescale/ls1043ardb/ls1043ardb.c | 34 ++++---- > board/freescale/ls1046aqds/ls1046aqds.c | 32 ++++---- > board/freescale/ls1088a/ls1088a.c | 32 ++++---- > board/freescale/p1010rdb/law.c | 2 +- > board/freescale/p1010rdb/spl_minimal.c | 6 +- > board/freescale/p1010rdb/tlb.c | 2 +- > board/freescale/p1_p2_rdb_pc/law.c | 4 +- > board/freescale/p1_p2_rdb_pc/spl_minimal.c | 6 +- > board/freescale/p1_p2_rdb_pc/tlb.c | 4 +- > board/freescale/t102xrdb/law.c | 4 +- > board/freescale/t102xrdb/tlb.c | 4 +- > board/freescale/t104xrdb/law.c | 4 +- > board/freescale/t104xrdb/tlb.c | 4 +- > board/freescale/t208xqds/law.c | 4 +- > board/freescale/t208xqds/tlb.c | 4 +- > board/freescale/t208xrdb/law.c | 4 +- > board/freescale/t208xrdb/tlb.c | 4 +- > board/freescale/t4rdb/law.c | 4 +- > board/freescale/t4rdb/tlb.c | 4 +- > board/gardena/smart-gateway-at91sam/spl.c | 4 +- > board/keymile/kmcent2/law.c | 2 +- > board/keymile/kmcent2/tlb.c | 2 +- > board/ronetix/pm9261/pm9261.c | 4 +- > board/ronetix/pm9263/pm9263.c | 4 +- > board/ronetix/pm9g45/pm9g45.c | 6 +- > board/siemens/corvus/board.c | 8 +- > board/siemens/smartweb/smartweb.c | 8 +- > board/siemens/taurus/taurus.c | 10 +-- > board/socrates/nand.c | 2 +- > common/spl/spl_nand.c | 8 +- > doc/README.arm-relocation | 8 +- > doc/README.omap3 | 6 +- > doc/board/ti/am335x_evm.rst | 2 +- > drivers/mtd/nand/raw/am335x_spl_bch.c | 12 +-- > drivers/mtd/nand/raw/atmel_nand.c | 40 +++++----- > drivers/mtd/nand/raw/davinci_nand.c | 14 ++-- > drivers/mtd/nand/raw/denali_spl.c | 4 +- > drivers/mtd/nand/raw/fsl_elbc_nand.c | 6 +- > drivers/mtd/nand/raw/fsl_elbc_spl.c | 12 +-- > drivers/mtd/nand/raw/fsl_ifc_nand.c | 6 +- > drivers/mtd/nand/raw/fsl_ifc_spl.c | 20 ++--- > drivers/mtd/nand/raw/fsmc_nand.c | 2 +- > drivers/mtd/nand/raw/kmeter1_nand.c | 4 +- > drivers/mtd/nand/raw/lpc32xx_nand_slc.c | 22 +++--- > drivers/mtd/nand/raw/mxc_nand.c | 6 +- > drivers/mtd/nand/raw/mxc_nand_spl.c | 8 +- > drivers/mtd/nand/raw/nand.c | 6 +- > drivers/mtd/nand/raw/nand_spl_load.c | 6 +- > drivers/mtd/nand/raw/nand_spl_simple.c | 16 ++-- > drivers/mtd/nand/raw/omap_gpmc.c | 2 +- > drivers/mtd/nand/raw/vf610_nfc.c | 2 +- > include/configs/M5329EVB.h | 4 +- > include/configs/M5373EVB.h | 4 +- > include/configs/MCR3000.h | 2 +- > include/configs/MPC837XERDB.h | 2 +- > include/configs/P1010RDB.h | 78 +++++++++---------- > include/configs/P2041RDB.h | 12 +-- > include/configs/T102xRDB.h | 64 +++++++-------- > include/configs/T104xRDB.h | 62 +++++++-------- > include/configs/T208xQDS.h | 60 +++++++------- > include/configs/T208xRDB.h | 60 +++++++------- > include/configs/T4240RDB.h | 54 ++++++------- > include/configs/am335x_evm.h | 6 +- > include/configs/am335x_guardian.h | 6 +- > include/configs/am335x_igep003x.h | 6 +- > include/configs/am3517_evm.h | 8 +- > include/configs/am43xx_evm.h | 6 +- > include/configs/at91sam9260ek.h | 10 +-- > include/configs/at91sam9261ek.h | 10 +-- > include/configs/at91sam9263ek.h | 10 +-- > include/configs/at91sam9m10g45ek.h | 18 ++--- > include/configs/at91sam9n12ek.h | 10 +-- > include/configs/at91sam9rlek.h | 10 +-- > include/configs/at91sam9x5ek.h | 10 +-- > include/configs/baltos.h | 8 +- > include/configs/chiliboard.h | 6 +- > include/configs/cm_fx6.h | 2 +- > include/configs/cm_t43.h | 6 +- > include/configs/colibri-imx6ull.h | 4 +- > include/configs/colibri_imx7.h | 2 +- > include/configs/corvus.h | 22 +++--- > include/configs/da850evm.h | 20 ++--- > include/configs/devkit3250.h | 10 +-- > include/configs/devkit8000.h | 8 +- > include/configs/dra7xx_evm.h | 6 +- > include/configs/etamin.h | 18 ++--- > include/configs/ethernut5.h | 8 +- > .../configs/gardena-smart-gateway-at91sam.h | 16 ++-- > include/configs/imx27lite-common.h | 2 +- > include/configs/imx6-engicam.h | 4 +- > include/configs/imx6_logic.h | 4 +- > include/configs/imx6ulz_smm_m2.h | 2 +- > include/configs/imx8mn_bsh_smm_s2.h | 2 +- > include/configs/imx8mp_rsb3720.h | 2 +- > include/configs/km/km-mpc83xx.h | 2 +- > include/configs/km/pg-wcom-ls102xa.h | 42 +++++----- > include/configs/kmcent2.h | 38 ++++----- > include/configs/kmcoge5ne.h | 2 +- > include/configs/ls1021aqds.h | 60 +++++++------- > include/configs/ls1043a_common.h | 4 +- > include/configs/ls1043aqds.h | 72 ++++++++--------- > include/configs/ls1043ardb.h | 72 ++++++++--------- > include/configs/ls1046a_common.h | 4 +- > include/configs/ls1046afrwy.h | 38 ++++----- > include/configs/ls1046aqds.h | 72 ++++++++--------- > include/configs/ls1046ardb.h | 38 ++++----- > include/configs/ls1088a_common.h | 4 +- > include/configs/ls1088aqds.h | 66 ++++++++-------- > include/configs/ls1088ardb.h | 34 ++++---- > include/configs/ls2080a_common.h | 8 +- > include/configs/ls2080aqds.h | 54 ++++++------- > include/configs/ls2080ardb.h | 54 ++++++------- > include/configs/m53menlo.h | 4 +- > include/configs/meesc.h | 10 +-- > include/configs/mx6sabreauto.h | 2 +- > include/configs/mx6sxsabreauto.h | 2 +- > include/configs/mx7dsabresd.h | 2 +- > include/configs/mxs.h | 2 +- > include/configs/mys_6ulx.h | 2 +- > include/configs/npi_imx6ull.h | 2 +- > include/configs/omap3_beagle.h | 6 +- > include/configs/omap3_evm.h | 6 +- > include/configs/omap3_igep00x0.h | 6 +- > include/configs/omap3_logic.h | 6 +- > include/configs/omapl138_lcdk.h | 20 ++--- > include/configs/p1_p2_rdb_pc.h | 26 +++---- > include/configs/pcl063.h | 2 +- > include/configs/pcl063_ull.h | 2 +- > include/configs/phycore_am335x_r2.h | 6 +- > include/configs/pm9261.h | 10 +-- > include/configs/pm9263.h | 10 +-- > include/configs/pm9g45.h | 18 ++--- > include/configs/presidio_asic.h | 4 +- > include/configs/sam9x60ek.h | 10 +-- > include/configs/sama5d2_ptc_ek.h | 6 +- > include/configs/sama5d3_xplained.h | 6 +- > include/configs/sama5d3xek.h | 6 +- > include/configs/sama5d4_xplained.h | 6 +- > include/configs/sama5d4ek.h | 6 +- > include/configs/siemens-am33x-common.h | 10 +-- > include/configs/smartweb.h | 22 +++--- > include/configs/snapper9g45.h | 10 +-- > include/configs/socfpga_common.h | 4 +- > include/configs/socrates.h | 2 +- > include/configs/taurus.h | 22 +++--- > include/configs/ti816x_evm.h | 8 +- > include/configs/ti_armv7_common.h | 2 +- > include/configs/ti_armv7_keystone2.h | 10 +-- > include/configs/ti_armv7_omap.h | 4 +- > include/configs/ti_omap3_common.h | 2 +- > include/configs/uniphier.h | 4 +- > include/configs/usb_a9263.h | 10 +-- > include/configs/vf610twr.h | 2 +- > include/configs/work_92105.h | 6 +- > 175 files changed, 1106 insertions(+), 1106 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

