]> git.baikalelectronics.ru Git - uboot.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)
commit8807d6fc6d942252a9993fc11f05bcf9df0310c7
treeadd3c663451ddd1d46346f94f1125bcc33813991
parentb9525b8cfc3760d08c041dbc5b0ef50590dc091c
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