commit | e3b39c8a1584662ca0fcd83c14223df597c8faa6 | [log] [tgz] |
---|---|---|
author | Mans Rullgard <mans@mansr.com> | Tue Sep 03 16:16:50 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 15:33:27 2019 -0400 |
tree | 047be85c185737b69f7d27655c1b3952f9697ca1 | |
parent | ec046a5bc7da40f3e1d92df25174e06146969326 [diff] |
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>