]> git.baikalelectronics.ru Git - uboot.git/commit
vexpress64: fvp: Fix automatic boot
authorAndre Przywara <andre.przywara@arm.com>
Fri, 4 Mar 2022 16:30:08 +0000 (16:30 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2022 16:44:51 +0000 (12:44 -0400)
commit25ec6e0323016cb659763ce2807271be9691ce04
treecf4aecd680bd5c3497af905ec8c4453bfc008e88
parent4a89d6292fc4e0e3d3eb08d7b2138e1d4d78ec25
vexpress64: fvp: Fix automatic boot

Commit c258080c5ad3 ("vexpress64: Clean up BASE_FVP boot configuration")
cleaned up the usage of default address variables, but missed to update
the address for the kernel in the FVP's bootcmd definition.

Change ${kernel_addr} to read ${kernel_addr_r} to bring back the
automated boot for the fastmodel.
Also use "setenv" instead of the potentially ambiguous "set" on the way.

Fixes: c258080c5ad3 ("vexpress64: Clean up BASE_FVP boot configuration")
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
configs/vexpress_aemv8a_semi_defconfig