[PATCH 04/17] global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*

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


On Wed, 16 Nov 2022 at 11:13, Tom Rini <trini at konsulko.com> wrote:
>
> The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_NS16550
> 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/fdt.c              |  2 +-
>  arch/arm/cpu/armv8/fsl-layerscape/fdt.c       |  2 +-
>  arch/arm/include/asm/arch-bcmcygnus/configs.h |  6 +-
>  arch/arm/include/asm/arch-bcmnsp/configs.h    |  4 +-
>  .../asm/arch-fsl-layerscape/immap_lsch2.h     |  8 +--
>  .../asm/arch-fsl-layerscape/immap_lsch3.h     |  4 +-
>  arch/arm/include/asm/arch-lpc32xx/config.h    |  4 +-
>  arch/arm/include/asm/arch-ls102xa/config.h    |  4 +-
>  arch/arm/mach-davinci/da850_lowlevel.c        |  6 +-
>  arch/arm/mach-davinci/spl.c                   |  4 +-
>  arch/arm/mach-keystone/init.c                 |  4 +-
>  arch/arm/mach-lpc32xx/devices.c               |  8 +--
>  arch/arm/mach-omap2/am33xx/board.c            | 32 +++++-----
>  arch/arm/mach-tegra/board.c                   |  4 +-
>  arch/powerpc/cpu/mpc85xx/fdt.c                | 12 ++--
>  arch/powerpc/include/asm/config.h             |  2 +-
>  board/Synology/ds109/ds109.c                  | 10 +--
>  board/eets/pdu001/mux.c                       | 12 ++--
>  board/emulation/qemu-ppce500/qemu-ppce500.c   |  2 +-
>  board/freescale/p1010rdb/p1010rdb.c           |  2 +-
>  board/freescale/p1010rdb/spl.c                |  2 +-
>  board/freescale/p1010rdb/spl_minimal.c        |  6 +-
>  board/freescale/p1_p2_rdb_pc/spl.c            |  2 +-
>  board/freescale/p1_p2_rdb_pc/spl_minimal.c    |  6 +-
>  board/freescale/t102xrdb/spl.c                |  2 +-
>  board/freescale/t104xrdb/spl.c                |  2 +-
>  board/freescale/t208xqds/spl.c                |  2 +-
>  board/freescale/t208xrdb/spl.c                |  2 +-
>  board/freescale/t4rdb/spl.c                   |  2 +-
>  board/nokia/rx51/rx51.c                       |  4 +-
>  drivers/serial/Kconfig                        |  2 +-
>  drivers/serial/ns16550.c                      |  8 +--
>  drivers/serial/serial_mtk.c                   | 40 ++++++------
>  drivers/serial/serial_ns16550.c               | 64 +++++++++----------
>  drivers/serial/serial_omap.c                  |  6 +-
>  include/configs/MPC837XERDB.h                 |  6 +-
>  include/configs/MPC8548CDS.h                  |  6 +-
>  include/configs/P1010RDB.h                    |  6 +-
>  include/configs/P2041RDB.h                    | 10 +--
>  include/configs/SBx81LIFKW.h                  |  4 +-
>  include/configs/SBx81LIFXCAT.h                |  4 +-
>  include/configs/T102xRDB.h                    | 10 +--
>  include/configs/T104xRDB.h                    | 10 +--
>  include/configs/T208xQDS.h                    | 10 +--
>  include/configs/T208xRDB.h                    | 10 +--
>  include/configs/T4240RDB.h                    | 10 +--
>  include/configs/am335x_evm.h                  | 12 ++--
>  include/configs/am335x_guardian.h             | 12 ++--
>  include/configs/am335x_igep003x.h             |  2 +-
>  include/configs/am335x_shc.h                  | 12 ++--
>  include/configs/am335x_sl50.h                 | 12 ++--
>  include/configs/am43xx_evm.h                  |  4 +-
>  include/configs/am57xx_evm.h                  |  6 +-
>  include/configs/ap143.h                       |  2 +-
>  include/configs/ap152.h                       |  2 +-
>  include/configs/apalis-tk1.h                  |  2 +-
>  include/configs/apalis_t30.h                  |  2 +-
>  include/configs/ax25-ae350.h                  |  2 +-
>  include/configs/axs10x.h                      |  2 +-
>  include/configs/baltos.h                      | 12 ++--
>  include/configs/bcm7260.h                     |  2 +-
>  include/configs/bcm7445.h                     |  2 +-
>  include/configs/bcm_ns3.h                     |  2 +-
>  include/configs/bcmstb.h                      |  2 +-
>  include/configs/beaver.h                      |  2 +-
>  include/configs/bur_am335x_common.h           |  4 +-
>  include/configs/cardhu.h                      |  2 +-
>  include/configs/cei-tk1-som.h                 |  2 +-
>  include/configs/chiliboard.h                  | 12 ++--
>  include/configs/ci20.h                        |  2 +-
>  include/configs/cm_t43.h                      |  4 +-
>  include/configs/colibri_t20.h                 |  2 +-
>  include/configs/colibri_t30.h                 |  2 +-
>  include/configs/da850evm.h                    |  2 +-
>  include/configs/dalmore.h                     |  2 +-
>  include/configs/dra7xx_evm.h                  |  6 +-
>  .../configs/gardena-smart-gateway-mt7688.h    |  4 +-
>  include/configs/harmony.h                     |  4 +-
>  include/configs/hsdk-4xd.h                    |  2 +-
>  include/configs/hsdk.h                        |  2 +-
>  include/configs/jetson-tk1.h                  |  2 +-
>  include/configs/km/pg-wcom-ls102xa.h          |  2 +-
>  include/configs/kmcent2.h                     |  4 +-
>  include/configs/kontron_sl28.h                |  2 +-
>  include/configs/legoev3.h                     |  2 +-
>  include/configs/linkit-smart-7688.h           |  4 +-
>  include/configs/ls1012a_common.h              |  2 +-
>  include/configs/ls1021aiot.h                  |  2 +-
>  include/configs/ls1021aqds.h                  |  2 +-
>  include/configs/ls1021atsn.h                  |  2 +-
>  include/configs/ls1021atwr.h                  |  2 +-
>  include/configs/ls1028a_common.h              |  2 +-
>  include/configs/ls1043a_common.h              |  2 +-
>  include/configs/ls1046a_common.h              |  2 +-
>  include/configs/ls1088a_common.h              |  2 +-
>  include/configs/ls2080a_common.h              |  2 +-
>  include/configs/medcom-wide.h                 |  2 +-
>  include/configs/mt7621.h                      |  4 +-
>  include/configs/mt7628.h                      |  4 +-
>  include/configs/mt8183.h                      |  4 +-
>  include/configs/mt8516.h                      |  4 +-
>  include/configs/mv-common.h                   |  4 +-
>  include/configs/nokia_rx51.h                  |  4 +-
>  include/configs/nyan-big.h                    |  2 +-
>  include/configs/omap5_uevm.h                  |  2 +-
>  include/configs/omapl138_lcdk.h               |  2 +-
>  include/configs/p1_p2_rdb_pc.h                |  6 +-
>  include/configs/paz00.h                       |  2 +-
>  include/configs/pdu001.h                      | 12 ++--
>  include/configs/plutux.h                      |  2 +-
>  include/configs/seaboard.h                    |  2 +-
>  include/configs/siemens-am33x-common.h        |  6 +-
>  include/configs/sniper.h                      |  4 +-
>  include/configs/socfpga_soc64_common.h        |  2 +-
>  include/configs/sunxi-common.h                | 14 ++--
>  include/configs/tb100.h                       |  2 +-
>  include/configs/tec-ng.h                      |  2 +-
>  include/configs/tec.h                         |  2 +-
>  include/configs/tegra-common.h                |  2 +-
>  include/configs/ti814x_evm.h                  |  4 +-
>  include/configs/ti816x_evm.h                  |  4 +-
>  include/configs/ti_am335x_common.h            |  2 +-
>  include/configs/ti_armv7_keystone2.h          |  8 +--
>  include/configs/ti_omap3_common.h             |  8 +--
>  include/configs/ti_omap4_common.h             |  4 +-
>  include/configs/ti_omap5_common.h             |  2 +-
>  include/configs/tplink_wdr4300.h              |  2 +-
>  include/configs/trimslice.h                   |  2 +-
>  include/configs/vcoreiii.h                    |  2 +-
>  include/configs/venice2.h                     |  2 +-
>  include/configs/ventana.h                     |  2 +-
>  include/configs/vocore2.h                     |  4 +-
>  include/configs/x530.h                        |  4 +-
>  include/configs/xtfpga.h                      |  4 +-
>  134 files changed, 347 insertions(+), 347 deletions(-)

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


More information about the U-Boot mailing list