Skip to content
Commit 7406d321 authored by Tom Rini's avatar Tom Rini
Browse files

omap5_common: Re-work mmc boot to try SD and eMMC, correct root device



OMAP5 boards may have both eMMC (on MMC2) and an SD slot (on MMC1).  We
Update the default bootcmd to match what happens on AM335x where we try
SD first, and then eMMC.  In this case however, the hardware layout used
for powering both of these means that in the kernel eMMC shall be found
first as it is powered by a fixed regulator and SD found second as SD is
powered via the palmas which will result in deferred probing.

Tested-by: default avatarAparna Balasubramanian <aparnab@ti.com>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent d3379e22
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment