]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: sc5xx: Remove SC5XX_LOADADDR
authorCaleb Ethridge <caleb.ethridge@analog.com>
Thu, 21 May 2026 13:53:24 +0000 (09:53 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jun 2026 18:24:18 +0000 (12:24 -0600)
commitc6796425da45f63661459e31cb7809f517080417
tree5f575d684b5f4c0ac9f888428eb70586e859f6d9
parent21eeb0176bbc009aabc629e89c6c0d42266e8430
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@analog.com>
Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
17 files changed:
arch/arm/mach-sc5xx/Kconfig
board/adi/sc584-ezkit/sc584-ezkit.env
board/adi/sc589-ezkit/sc589-ezkit.env
board/adi/sc589-mini/sc589-mini.env
board/adi/sc594-som-ezkit/sc594-som-ezkit.env
board/adi/sc594-som-ezlite/sc594-som-ezlite.env
board/adi/sc598-som-ezkit/sc598-som-ezkit.env
board/adi/sc598-som-ezlite/sc598-som-ezlite.env
configs/sc573-ezlite_defconfig
configs/sc584-ezkit_defconfig
configs/sc589-ezkit_defconfig
configs/sc589-mini_defconfig
configs/sc594-som-ezkit-spl_defconfig
configs/sc594-som-ezlite-spl_defconfig
configs/sc598-som-ezkit-spl_defconfig
configs/sc598-som-ezlite-spl_defconfig
include/env/adi/adi_boot.env