commit | bae6a760d05fd15d0ae4b74f2e341f0a557b04e0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jan 30 22:20:38 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Feb 01 01:14:32 2020 +0900 |
tree | 202bd8ef56ea4a097b1aec4bdf1363791c4205a3 | |
parent | 23929fbdd4df9910631881b59f75ad144763c2e6 [diff] |
ARM: uniphier: use $loadaddr for source command If the "source" command is not given the address, it uses CONFIG_SYS_LOAD_ADDR, which is compile-time determined. Using the "loadaddr" environment variable is handier because it is relocated according to the memory base when CONFIG_POSITION_INDEPENDENT is enabled. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>