]> git.sur5r.net Git - u-boot/commit
ARM: mx6: add MMC2 boot device detection support in SPL
authorMarcin Niestroj <m.niestroj@grinn-global.com>
Fri, 21 Oct 2016 11:53:54 +0000 (13:53 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 29 Nov 2016 15:31:53 +0000 (16:31 +0100)
commit54e4fcfa3c749a789192e83740a53234182f4ca3
treeb0125b41cc0f431f9eb21e484e8392e3ca51421c
parent2d221489df021393654805536be7effcb9d39702
ARM: mx6: add MMC2 boot device detection support in SPL

Check BOOT_CFG2[3:4] to determine which SD/MMC port is selected to boot
from. If MMC2 is selected return BOOT_DEVICE_MMC2. In all other cases
return BOOT_DEVICE_MMC1, as we do not have corresponding macro for MMC3
and MMC4.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
arch/arm/imx-common/spl.c