Re: [PATCH 3/3] Convert CONFIG_SYS_LOAD_ADDR to Kconfig

2021-08-31 Thread Tom Rini
On Mon, Aug 23, 2021 at 10:25:31AM -0400, Tom Rini wrote:

> Now that we have consistent usage, migrate this symbol to Kconfig.
> 
> Signed-off-by: Tom Rini 
> Reviewed-by: Rick Chen 
> Reviewed-by: Rick Chen 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH 3/3] Convert CONFIG_SYS_LOAD_ADDR to Kconfig

2021-08-25 Thread Rick Chen
> From: U-Boot  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 
> ---
>  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