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)
commita95f05a6edc6e4ffe1882f2796cea2ec63537ecb
treecf4aecd680bd5c3497af905ec8c4453bfc008e88
parentf4466ab9cc6bccaf08932a442c1711a7e508ac09
vexpress64: fvp: Fix automatic boot

Commit 90f262a6951f ("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: 90f262a6951f ("vexpress64: Clean up BASE_FVP boot configuration")
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
configs/vexpress_aemv8a_semi_defconfig