commit | 3db3033d6f0fd3cf768ba53b4376cfb5bf2ffc31 | [log] [tgz] |
---|---|---|
author | Heiko Thiery <heiko.thiery@gmail.com> | Mon Jan 17 16:25:41 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 28 17:58:41 2022 -0500 |
tree | 7c02d10a90d9229e5fd8c2a970374df91ee32356 | |
parent | b129b3c504d4ad5ca20bf325f7606820a0b9fdc2 [diff] |
spl: add support for custom boot method names Currently the names MMC1, MMC2 and MMC2_2 are output in the SPL. To achieve more userbility here the name of the boot source can be returned. E.g. for "MMC1" -> "eMMC" or "MMC2" -> "SD card". Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> Reviewed-by: Michael Walle <michael@walle.cc> Tested-by: Michael Walle <michael@walle.cc>