
From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Tom Rini Sent: Monday, August 23, 2021 10:26 PM To: u-boot@lists.denx.de Subject: [PATCH 3/3] Convert CONFIG_SYS_LOAD_ADDR to Kconfig
Now that we have consistent usage, migrate this symbol to Kconfig.
Signed-off-by: Tom Rini trini@konsulko.com
Kconfig | 14 ++++++++++++++
configs/adp-ae3xx_defconfig | 1 + configs/adp-ag101p_defconfig | 1 + configs/ae350_rv32_defconfig | 1 + configs/ae350_rv32_spl_defconfig | 1 + configs/ae350_rv32_spl_xip_defconfig | 1 + configs/ae350_rv32_xip_defconfig | 1 + configs/ae350_rv64_defconfig | 1 + configs/ae350_rv64_spl_defconfig | 1 + configs/ae350_rv64_spl_xip_defconfig | 1 + configs/ae350_rv64_xip_defconfig | 1 +
Reviewed-by: Rick Chen rick@andestech.com