
14 Mar
2022
14 Mar
'22
7:14 p.m.
On Fri, Mar 04, 2022 at 04:30:08PM +0000, Andre Przywara wrote:
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
Applied to u-boot/master, thanks!
--
Tom