]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: Fix booting from SATA
authorPali Rohár <pali@kernel.org>
Fri, 29 Oct 2021 12:09:48 +0000 (14:09 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 31 Oct 2021 12:46:44 +0000 (08:46 -0400)
commit29227cfc1803e36af875398cb4e23186d835a3f0
tree0b649a55a02d2d677b07aab08e6e17824f0f5749
parent45782d6439274573cbace36f73ccd3973e2dd349
arm: mvebu: Fix booting from SATA

Use proper SATA macro for boot_device switch in spl_boot_device() function.

Signed-off-by: Pali Rohár <pali@kernel.org>
Fixes: 3f0f1d263c27 ("arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header")
arch/arm/mach-mvebu/spl.c