]> git.dujemihanovic.xyz Git - u-boot.git/commit
global: Move remaining CONFIG_*SRIO_* to CFG_*
authorTom Rini <trini@konsulko.com>
Wed, 16 Nov 2022 18:10:40 +0000 (13:10 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 5 Dec 2022 21:06:08 +0000 (16:06 -0500)
commita322afc9f9b69dd52a9bc72937cd5adc18ea55c7
tree8db2faa2894bdb72f84b24dd7efb44bc9a456fd4
parent97396cc9ce9963ece8778b3a7c6f918745ef25b2
global: Move remaining CONFIG_*SRIO_* to CFG_*

The rest of the unmigrated CONFIG symbols in the SRIO 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>
arch/powerpc/cpu/mpc8xxx/law.c
arch/powerpc/cpu/mpc8xxx/srio.c
board/freescale/common/p_corenet/tlb.c
board/freescale/t208xqds/tlb.c
board/freescale/t208xrdb/tlb.c
include/configs/MPC8548CDS.h
include/configs/P2041RDB.h
include/configs/T102xRDB.h
include/configs/T208xQDS.h
include/configs/T208xRDB.h