commit | cefdc034bbf172d12e1278e478ee28f2f0241d0c | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Jan 08 13:31:41 2023 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 01 06:39:17 2023 +0100 |
tree | 4643f9fd631bac478440ee581222eb62bd3be9ce | |
parent | 78097258eef74748f7227d4e362edc2f9fd4b3c8 [diff] |
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>