arm64: zynqmp: Add third backup bootmode
authorMichal Simek <michal.simek@xilinx.com>
Wed, 11 Mar 2020 14:00:51 +0000 (15:00 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 Apr 2020 10:52:45 +0000 (12:52 +0200)
commitf1433d0dc929b277551cd6095252b67ebe75307c
treea11e787c6d7e50638a8ecdff08534eef80b79f2b
parentf7e296d6f5121b2d5e02294ee35fb725e3c28fed
arm64: zynqmp: Add third backup bootmode

I found this issue when was running py/test.py on zcu102 which is for me by
default setup to SD boot mode without any way to change boot mode.
Alternative software bootmode selection to JTAG is not working because JTAG
mode is 0 which also reset value for it. That's why saying SPL to take
u-boot.itb from RAM instead of SD in SD boot mode is not possible via
alternative bootmode selection.
That's why setup third boot mode to JTAG(BOOT_DEVICE_RAM) as final
fallback.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynqmp/spl.c