commit | a3aa70afb72b147a21f0e39d72ceb3f253d58498 | [log] [tgz] |
---|---|---|
author | Justin Waters <justin.waters@timesys.com> | Thu Jul 11 09:55:00 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Tue Jul 30 09:21:42 2013 -0400 |
tree | 13091ffc530a1c7d61ac02db66195445f3f0d865 | |
parent | 2c7c03bed1a1cb6e85eeb07c6495ac3cd2e97702 [diff] |
am335x_evm: Rework bootcmd to handle two MMC devs 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>