commit | 3720f578d3df1dc2e82fee0af7a4d63cc06b03ae | [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 | d372b00c9313407ee87db8c516a7745c469fa4b3 [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>