[PATCH 16/17] global: Move remaining CONFIG_*SRIO_* to CFG_*

Simon Glass sjg at chromium.org
Thu Nov 17 00:51:45 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 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 at konsulko.com>
> ---
>  arch/powerpc/cpu/mpc8xxx/law.c         | 20 +++----
>  arch/powerpc/cpu/mpc8xxx/srio.c        | 72 +++++++++++++-------------
>  board/freescale/common/p_corenet/tlb.c |  8 +--
>  board/freescale/t208xqds/tlb.c         |  8 +--
>  board/freescale/t208xrdb/tlb.c         |  8 +--
>  include/configs/MPC8548CDS.h           |  8 +--
>  include/configs/P2041RDB.h             | 46 ++++++++--------
>  include/configs/T102xRDB.h             | 38 +++++++-------
>  include/configs/T208xQDS.h             | 42 +++++++--------
>  include/configs/T208xRDB.h             | 42 +++++++--------
>  10 files changed, 146 insertions(+), 146 deletions(-)
>

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


More information about the U-Boot mailing list