commit | 33a0d887266d91e09df6b9af59f5fd48522ab68f | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Mar 01 09:56:34 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 08 15:01:46 2016 -0500 |
tree | 78d8539010f8daef8948f71d592632eb9ece829a | |
parent | e46966d388fa60cf2c750aee8e9738e3b5991f66 [diff] |
omap3: Use raw SPL by default for mmc1 Now that we fall back to the FS code path when we don't find u-boot at the raw sector offset, there is no good reason to not default to raw boot. With this patch, I can successfully boot u-boot from a raw sector offset on beagle-xm. Signed-off-by: Alexander Graf <agraf@suse.de>