> From: U-Boot <[email protected]> On Behalf Of Tom Rini > Sent: Monday, August 23, 2021 10:26 PM > To: [email protected] > 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 <[email protected]> > --- > 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 <[email protected]>

