[PATCH 1/3] qfw: Switch to CONFIG_SYS_LOAD_ADDR from CONFIG_LOADADDR

Bin Meng bmeng.cn at gmail.com
Tue Aug 24 07:12:31 CEST 2021


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

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list