spl: mmc: Add option to set eMMC HW boot partition
authorMans Rullgard <mans@mansr.com>
Tue, 3 Sep 2019 14:16:50 +0000 (16:16 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 19:33:27 +0000 (15:33 -0400)
commit17241ea0543a4c998f79bde27b8a6047c8d84d0a
tree047be85c185737b69f7d27655c1b3952f9697ca1
parent9243990b17558c6498208061842b2ff4056acde0
spl: mmc: Add option to set eMMC HW boot partition

This change allows setting pre-defined eMMC boot partition for SPL eMMC
booting. It is necessary in the case when one wants to boot (through falcon
boot) from eMMC after loading SPL from other memory (like SPI-NOR).

Signed-off-by: Mans Rullgard <mans@mansr.com>
[lukma: Edit the commit message]
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Acked-by: Andreas Dannenberg <dannenberg@ti.com>
common/spl/Kconfig
common/spl/spl_mmc.c