]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: uniphier: use $loadaddr for source command
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 30 Jan 2020 13:20:38 +0000 (22:20 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 31 Jan 2020 16:14:32 +0000 (01:14 +0900)
commit21082f6c108a8c13c66b4876944733109e9a588b
tree202bd8ef56ea4a097b1aec4bdf1363791c4205a3
parentc89f8993225b9917a42aea6725d71c1bfa609d1c
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>
include/configs/uniphier.h