global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDR
- 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.
- In the qfw command on qemu-ppce500, these values are mismatched but
based on reading the overall code, this is copy-paste from other
platforms where CONFIG_LOADADDR is unused. Switch this to
CONFIG_SYS_LOADADDR.
Signed-off-by: Tom Rini <trini@konsulko.com>
168 files changed