]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
am335x_evm: Rework bootcmd to handle two MMC devs
authorJustin Waters <justin.waters@timesys.com>
Thu, 11 Jul 2013 13:55:00 +0000 (09:55 -0400)
committerTom Rini <trini@ti.com>
Tue, 30 Jul 2013 13:21:42 +0000 (09:21 -0400)
The BeagleBone Black can boot from either the MMC card
or eMMC chip on board. We should try both interfaces.

This modification also allows a graceful fallback if
a device exists but boot images are not present on it.

Changes for v2:

* Fix boot partition - it should always show up as mmcblk0p2
* Fix missing FDT load

Signed-off-by: Justin Waters <justin.waters@timesys.com>

No differences found