commit | 07f6c06e928364d4bf1767fd88b31c57cc0f5b3b | [log] [tgz] |
---|---|---|
author | Anselm Busse <anselm.busse@outlook.com> | Wed Jul 31 17:30:28 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 12 07:24:29 2019 -0400 |
tree | add3c663451ddd1d46346f94f1125bcc33813991 | |
parent | 8e9821ef1b5ad2e2e09c92f7c63abfea1dd85523 [diff] |
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>