]> git.baikalelectronics.ru Git - uboot.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)
commit23df9181880d64061041dbca0ab4eb5b3cb20a3b
tree4643f9fd631bac478440ee581222eb62bd3be9ce
parent7b47ab64217930d6c19d71b1718a2c38ec79bc3b
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: 3f0f1d263c27 ("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