diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-23 10:25:29 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-31 17:46:37 -0400 |
commit | 2f45b3041e8431f3e2007d521a570daa4cb95a8e (patch) | |
tree | 886b49ccce9d6b847cf6a0e9e138aa7c1e187087 /fs | |
parent | 9582af1afa506a29dd23912cdc888af582f85d56 (diff) | |
download | u-boot-2f45b3041e8431f3e2007d521a570daa4cb95a8e.zip u-boot-2f45b3041e8431f3e2007d521a570daa4cb95a8e.tar.gz u-boot-2f45b3041e8431f3e2007d521a570daa4cb95a8e.tar.bz2 |
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions