mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-24 10:52:13 +01:00
arm64: renesas: r8a779g3: Use $loadaddr in bootcmd on Retronix R-Car V4H Sparrow Hawk board
Avoid use of hard-coded address in boot command, instead use $loadaddr which is the default load address. This improves consistency of the environment on this board. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
275978df0d
commit
b5294efd21
@ -18,7 +18,7 @@ CONFIG_SYS_BARGSIZE=2048
|
||||
CONFIG_SYS_CBSIZE=2048
|
||||
CONFIG_BAUDRATE=921600
|
||||
CONFIG_BINMAN=y
|
||||
CONFIG_BOOTCOMMAND="tftp 0x50000000 fitImage && bootm 0x50000000"
|
||||
CONFIG_BOOTCOMMAND="tftp ${loadaddr} fitImage && bootm ${loadaddr}"
|
||||
CONFIG_DEFAULT_FDT_FILE="r8a779g3-sparrow-hawk.dtb"
|
||||
CONFIG_CMD_REMOTEPROC=y
|
||||
CONFIG_GPIO_HOG=y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user