]> git.baikalelectronics.ru Git - uboot.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)
commit20489223e162302c7b6d49d4839223ae6a648432
tree8db2faa2894bdb72f84b24dd7efb44bc9a456fd4
parentbf6c605c978d259869750187cc3e11b752c2a360
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