qfw: Switch to CONFIG_SYS_LOAD_ADDR from CONFIG_LOADADDR
authorTom Rini <trini@konsulko.com>
Mon, 23 Aug 2021 14:25:29 +0000 (10:25 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 31 Aug 2021 21:46:37 +0000 (17:46 -0400)
commit2f45b3041e8431f3e2007d521a570daa4cb95a8e
tree886b49ccce9d6b847cf6a0e9e138aa7c1e187087
parent9582af1afa506a29dd23912cdc888af582f85d56
qfw: Switch to CONFIG_SYS_LOAD_ADDR from CONFIG_LOADADDR

All platforms define CONFIG_SYS_LOAD_ADDR, but only some define
CONFIG_LOADADDR.  Very very rarely are these not the same address, and
qemu-ppce500 is one such case.  However, based on reading the history of
the code, this mismatched value was simply a copy-paste from other
PowerPC platforms where it is this unused currently.  Switch the code to
use CONFIG_SYS_LOAD_ADDR and update the documentation.

Cc: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/qfw.c
doc/usage/qfw.rst