Re: [PATCH 2/3] global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDR

2021-08-31 Thread Tom Rini
On Mon, Aug 23, 2021 at 10:25:30AM -0400, Tom Rini wrote: > - In most of the codebase, we reference CONFIG_SYS_LOAD_ADDR and not > CONFIG_LOADADDR. > - Generally, CONFIG_SYS_LOADADDR is set to CONFIG_LOADADDR and then as > noted, we use CONFIG_SYS_LOADADDR. > > Signed-off-by: Tom Rini

[PATCH 2/3] global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDR

2021-08-23 Thread Tom Rini
- In most of the codebase, we reference CONFIG_SYS_LOAD_ADDR and not CONFIG_LOADADDR. - Generally, CONFIG_SYS_LOADADDR is set to CONFIG_LOADADDR and then as noted, we use CONFIG_SYS_LOADADDR. Signed-off-by: Tom Rini --- include/configs/10m50_devboard.h | 1 -