[PATCH 09/17] global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*

Simon Glass sjg at chromium.org
Thu Nov 17 00:51:37 CET 2022


On Wed, 16 Nov 2022 at 11:12, Tom Rini <trini at konsulko.com> wrote:
>
> The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_PCI and
> CONFIG_SYS_PCIE 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>
> ---
>  arch/arm/cpu/armv7/ls102xa/cpu.c              | 16 +++----
>  arch/arm/cpu/armv8/fsl-layerscape/cpu.c       | 46 +++++++++----------
>  .../arm/include/asm/arch-fsl-layerscape/cpu.h | 24 +++++-----
>  .../asm/arch-fsl-layerscape/immap_lsch2.h     | 10 ++--
>  .../asm/arch-fsl-layerscape/immap_lsch3.h     | 34 +++++++-------
>  arch/arm/include/asm/arch-ls102xa/config.h    | 24 +++++-----
>  arch/m68k/include/asm/immap.h                 |  8 ++--
>  arch/powerpc/cpu/mpc83xx/pcie.c               | 10 ++--
>  arch/powerpc/cpu/mpc85xx/liodn.c              |  2 +-
>  arch/powerpc/include/asm/fsl_pci.h            | 32 ++++++-------
>  arch/powerpc/include/asm/immap_85xx.h         |  4 +-
>  board/freescale/common/p_corenet/tlb.c        | 12 ++---
>  board/freescale/mpc8548cds/tlb.c              |  6 +--
>  board/freescale/p1010rdb/tlb.c                |  4 +-
>  board/freescale/p1_p2_rdb_pc/tlb.c            |  4 +-
>  board/freescale/t102xrdb/tlb.c                |  4 +-
>  board/freescale/t104xrdb/tlb.c                |  4 +-
>  board/freescale/t208xqds/tlb.c                | 10 ++--
>  board/freescale/t208xrdb/tlb.c                | 10 ++--
>  board/freescale/t4rdb/tlb.c                   | 12 ++---
>  board/keymile/kmcent2/tlb.c                   |  4 +-
>  board/socrates/tlb.c                          |  4 +-
>  common/fdt_support.c                          |  4 +-
>  drivers/pci/pci_auto.c                        |  8 ++--
>  drivers/pci/pcie_fsl.c                        | 16 +++----
>  drivers/pci/pcie_fsl.h                        | 12 ++---
>  drivers/pci/pcie_layerscape.h                 | 16 +++----
>  drivers/pci/pcie_layerscape_ep.c              |  6 +--
>  drivers/pci/pcie_layerscape_gen4.c            |  6 +--
>  drivers/pci/pcie_layerscape_gen4.h            |  8 ++--
>  include/configs/MPC837XERDB.h                 | 18 ++++----
>  include/configs/MPC8548CDS.h                  | 24 +++++-----
>  include/configs/P1010RDB.h                    | 24 +++++-----
>  include/configs/P2041RDB.h                    | 20 ++++----
>  include/configs/T102xRDB.h                    | 20 ++++----
>  include/configs/T104xRDB.h                    | 24 +++++-----
>  include/configs/T208xQDS.h                    | 24 +++++-----
>  include/configs/T208xRDB.h                    | 24 +++++-----
>  include/configs/T4240RDB.h                    | 24 +++++-----
>  include/configs/kmcent2.h                     |  8 ++--
>  include/configs/p1_p2_rdb_pc.h                | 24 +++++-----
>  include/configs/socrates.h                    |  4 +-
>  42 files changed, 299 insertions(+), 299 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list