global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*
authorTom Rini <trini@konsulko.com>
Wed, 16 Nov 2022 18:10:29 +0000 (13:10 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 5 Dec 2022 21:06:07 +0000 (16:06 -0500)
commitcdc5ed8f1f2add27105151ecf61a07c5d4c3684a
treeeb28b38eabb5413880ef5fb6ec73cce286aa29e8
parent91092132bac0ae768beb76c12ef8be732ea6ba3a
global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*

The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_NUM
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 <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
43 files changed:
README
arch/arm/include/asm/arch-fsl-layerscape/config.h
arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/mpc85xx/cpu_init.c
arch/powerpc/cpu/mpc85xx/fdt.c
arch/powerpc/cpu/mpc85xx/liodn.c
arch/powerpc/cpu/mpc85xx/p2041_ids.c
arch/powerpc/cpu/mpc85xx/p4080_ids.c
arch/powerpc/cpu/mpc85xx/p5040_ids.c
arch/powerpc/cpu/mpc85xx/speed.c
arch/powerpc/cpu/mpc85xx/t4240_ids.c
arch/powerpc/include/asm/config_mpc85xx.h
arch/powerpc/include/asm/fsl_portals.h
board/freescale/ls1043aqds/eth.c
board/freescale/ls1043ardb/eth.c
board/freescale/ls1046aqds/eth.c
board/freescale/ls1046ardb/eth.c
board/freescale/p2041rdb/eth.c
board/freescale/t102xrdb/eth_t102xrdb.c
board/freescale/t104xrdb/eth.c
board/freescale/t208xqds/eth_t208xqds.c
board/freescale/t4rdb/eth.c
board/freescale/t4rdb/t4rdb.h
cmd/i2c.c
drivers/i2c/i2c_core.c
drivers/misc/fsl_portals.c
drivers/net/fm/fm.c
drivers/net/fm/fm.h
drivers/net/fm/init.c
include/configs/P2041RDB.h
include/configs/T102xRDB.h
include/configs/T104xRDB.h
include/configs/T208xQDS.h
include/configs/T208xRDB.h
include/configs/T4240RDB.h
include/configs/km/km-mpc83xx.h
include/configs/km/pg-wcom-ls102xa.h
include/configs/kmcent2.h
include/e500.h
include/fm_eth.h
include/i2c.h