]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: spl: Always fallback to BootROM boot method
authorPali Rohár <pali@kernel.org>
Tue, 2 Aug 2022 09:55:19 +0000 (11:55 +0200)
committerStefan Roese <sr@denx.de>
Tue, 9 Aug 2022 06:57:23 +0000 (08:57 +0200)
commitbdc471e1080ba0709bc4477c3d416acfeceddd4d
treed3fce96925c7dcd85da73124b2725ea5cd3493d3
parent84adf44bccb1d5e99f085e6a10e70fcbfb2993c5
arm: mvebu: spl: Always fallback to BootROM boot method

BootROM boot method should always work so always add it as fallback method
to spl_boot_list. In case U-Boot SPI driver fails it is better to try using
BootROM than hanging as by default only one boot method is specified.

Signed-off-by: Pali Rohár <pali@kernel.org>
Tested-by: Tony Dinh <mibodhi@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/spl.c