[PATCH 13/17] global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*

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


On Wed, 16 Nov 2022 at 11:14, Tom Rini <trini at konsulko.com> wrote:
>
> The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_SDRAM
> 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>
> ---
>  README                                        |  2 +-
>  arch/arc/lib/cache.c                          |  4 +-
>  arch/arc/lib/cpu.c                            |  2 +-
>  arch/arm/cpu/armv7/ls102xa/ls102xa_psci.c     |  2 +-
>  arch/arm/cpu/armv8/fsl-layerscape/cpu.c       |  6 +--
>  arch/arm/dts/rockchip-optee.dtsi              |  4 +-
>  arch/arm/include/asm/emif.h                   |  2 +-
>  arch/arm/include/asm/iproc-common/configs.h   |  2 +-
>  arch/arm/mach-aspeed/ast2500/board_common.c   |  2 +-
>  arch/arm/mach-aspeed/ast2600/board_common.c   |  2 +-

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


More information about the U-Boot mailing list