]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: spl: Load proper U-Boot from selected eMMC boot partition
authorPali Rohár <pali@kernel.org>
Sun, 8 Jan 2023 12:31:41 +0000 (13:31 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Mar 2023 05:39:17 +0000 (06:39 +0100)
commit2f27db2fbd6e62bcdd2ea19af1dc3293f66a951f
tree4643f9fd631bac478440ee581222eb62bd3be9ce
parent8b49e63e09f85efc2d6cafbfafa551dc1beaefe7
arm: mvebu: spl: Load proper U-Boot from selected eMMC boot partition

When eMMC boot is selected then BootROM loads kwbimage header (U-Boot SPL)
from the selected eMMC boot partition. So for eMMC boot ensure that U-Boot
SPL loads U-Boot proper (from kwbimage) also from the same selected eMMC
boot partition.

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