commit | 8997de292a8b0bb54d4a9a93d5d9d2387c22a8b8 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue May 02 20:27:47 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 29 13:30:51 2017 -0400 |
tree | 3c69d748303c2889699b84094e9473ee01b0f4bf | |
parent | 4e843834abaab57bcba45a4ff6d1796b5e3e9d97 [diff] |
ARM: at91: ma5d4: Boot from MMC2 when using SAM-BA Continue loading U-Boot from MMC2 when the SPL was loaded using SAM-BA loader. This allows the board to boot system from the removable media instead of the eMMC, which is useful for commissioning purposes. When booting from the eMMC, always boot from it as it is not possible to boot from the SD interface directly. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Andreas Bießmann <andreas.devel@googlemail.com>