[PATCH v5 12/15] arm: sc5xx: Remove SC5XX_LOADADDR

Simon Glass sjg at chromium.org
Wed Apr 29 16:14:28 CEST 2026


On 2026-04-23T14:24:50, Caleb Ethridge <jcethrid at gmail.com> wrote:
> arm: sc5xx: Remove SC5XX_LOADADDR
>
> Remove the SC5XX_LOADADDR Kconfig option, replace its users with
> CONFIG_SYS_LOAD_ADDR, and update the ADI boot environment to use
> loadaddr.
>
> SC5XX_LOADADDR was an ADI-specific duplicate of standard U-Boot
> load address handling. U-Boot already uses CONFIG_SYS_LOAD_ADDR
> for the default load address and loadaddr for boot commands,
> so keeping separate SC5XX-specific names is redundant.
>
> Signed-off-by: Ozan Durgut <ozan.durgut at analog.com>
> Signed-off-by: Caleb Ethridge <caleb.ethridge at analog.com>
>
> arch/arm/mach-sc5xx/Kconfig                     |  6 ------
>  board/adi/sc573-ezlite/sc573-ezlite.env         |  3 ---
>  board/adi/sc584-ezkit/sc584-ezkit.env           |  3 ---
>  board/adi/sc589-ezkit/sc589-ezkit.env           |  3 ---
>  board/adi/sc589-mini/sc589-mini.env             |  3 ---
>  board/adi/sc594-som-ezkit/sc594-som-ezkit.env   |  3 ---
>  board/adi/sc594-som-ezlite/sc594-som-ezlite.env |  3 ---
>  board/adi/sc598-som-ezkit/sc598-som-ezkit.env   |  3 ---
>  board/adi/sc598-som-ezlite/sc598-som-ezlite.env |  2 --
>  configs/sc573-ezlite_defconfig                  |  2 +-
>  configs/sc584-ezkit_defconfig                   |  2 +-
>  configs/sc589-ezkit_defconfig                   |  2 +-
>  configs/sc589-mini_defconfig                    |  2 +-
>  configs/sc594-som-ezkit-spl_defconfig           |  2 +-
>  configs/sc594-som-ezlite-spl_defconfig          |  2 +-
>  configs/sc598-som-ezkit-spl_defconfig           |  2 +-
>  configs/sc598-som-ezlite-spl_defconfig          |  2 +-
>  include/env/adi/adi_boot.env                    | 24 +++++++++++-------------
>  18 files changed, 19 insertions(+), 50 deletions(-)

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


More information about the U-Boot mailing list