]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5defab87694d5f1ef8f8f5c1e5bb6a89bb7f4260
tree886b49ccce9d6b847cf6a0e9e138aa7c1e187087
parent8823cb8d80fc38b5e2745266e217823a6a95b677
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