commit | 54e4fcfa3c749a789192e83740a53234182f4ca3 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Fri Oct 21 13:53:54 2016 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Nov 29 16:31:53 2016 +0100 |
tree | b0125b41cc0f431f9eb21e484e8392e3ca51421c | |
parent | 2d221489df021393654805536be7effcb9d39702 [diff] |
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>