]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: omap3: overo: Fix MMC init for SPL
authorAnselm Busse <anselm.busse@outlook.com>
Wed, 31 Jul 2019 15:30:28 +0000 (17:30 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 12 Aug 2019 11:24:29 +0000 (07:24 -0400)
commit2800bb155b57b5e6a25e4bbc1e30e9032a03f197
treeadd3c663451ddd1d46346f94f1125bcc33813991
parent490e6d68597dc41d6d2a767927652470b19c2bd9
ARM: omap3: overo: Fix MMC init for SPL

The SPL for the Overo board does not initialise the MMC. Hence, it
cannot load the main boot loader from the SD card susequently. This
patch moves the initialisation code for the MMC so it gets included in
the SPL.

[trini: Add missing header]
Signed-off-by: Tom Rini <trini@konsulko.com>
board/overo/common.c
board/overo/overo.c