]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9fae87d1b2400797cb0493fc34f81c1f72f34b78
tree047be85c185737b69f7d27655c1b3952f9697ca1
parentbc3d46a324487578d6b6b115cfedebc0e8294ee6
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