On Mon, Aug 23, 2021 at 10:25 PM Tom Rini <tr...@konsulko.com> wrote: > > 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...@gmail.com> > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > cmd/qfw.c | 6 +----- > doc/usage/qfw.rst | 2 +- > 2 files changed, 2 insertions(+), 6 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>