[PATCH 05/17] global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*
Simon Glass
sjg at chromium.org
Thu Nov 17 00:51:33 CET 2022
On Wed, 16 Nov 2022 at 11:11, Tom Rini <trini at konsulko.com> wrote:
>
> 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 at konsulko.com>
> ---
> README | 4 +-
> .../include/asm/arch-fsl-layerscape/config.h | 12 +--
> .../asm/arch-fsl-layerscape/immap_lsch2.h | 2 +-
> .../asm/arch-fsl-layerscape/immap_lsch3.h | 2 +-
> arch/powerpc/cpu/mpc85xx/cpu.c | 2 +-
> arch/powerpc/cpu/mpc85xx/cpu_init.c | 6 +-
> arch/powerpc/cpu/mpc85xx/fdt.c | 4 +-
> arch/powerpc/cpu/mpc85xx/liodn.c | 6 +-
> arch/powerpc/cpu/mpc85xx/p2041_ids.c | 2 +-
> arch/powerpc/cpu/mpc85xx/p4080_ids.c | 4 +-
> arch/powerpc/cpu/mpc85xx/p5040_ids.c | 4 +-
> arch/powerpc/cpu/mpc85xx/speed.c | 6 +-
> arch/powerpc/cpu/mpc85xx/t4240_ids.c | 4 +-
> arch/powerpc/include/asm/config_mpc85xx.h | 80 +++++++++----------
> arch/powerpc/include/asm/fsl_portals.h | 2 +-
> board/freescale/ls1043aqds/eth.c | 2 +-
> board/freescale/ls1043ardb/eth.c | 2 +-
> board/freescale/ls1046aqds/eth.c | 2 +-
> board/freescale/ls1046ardb/eth.c | 2 +-
> board/freescale/p2041rdb/eth.c | 2 +-
> board/freescale/t102xrdb/eth_t102xrdb.c | 4 +-
> board/freescale/t104xrdb/eth.c | 2 +-
> board/freescale/t208xqds/eth_t208xqds.c | 4 +-
> board/freescale/t4rdb/eth.c | 12 +--
> board/freescale/t4rdb/t4rdb.h | 8 +-
> cmd/i2c.c | 6 +-
> drivers/i2c/i2c_core.c | 6 +-
> drivers/misc/fsl_portals.c | 2 +-
> drivers/net/fm/fm.c | 2 +-
> drivers/net/fm/fm.h | 4 +-
> drivers/net/fm/init.c | 48 +++++------
> include/configs/P2041RDB.h | 2 +-
> include/configs/T102xRDB.h | 2 +-
> include/configs/T104xRDB.h | 2 +-
> include/configs/T208xQDS.h | 2 +-
> include/configs/T208xRDB.h | 2 +-
> include/configs/T4240RDB.h | 2 +-
> include/configs/km/km-mpc83xx.h | 2 +-
> include/configs/km/pg-wcom-ls102xa.h | 2 +-
> include/configs/kmcent2.h | 2 +-
> include/e500.h | 2 +-
> include/fm_eth.h | 6 +-
> include/i2c.h | 2 +-
> 43 files changed, 138 insertions(+), 138 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list