commit | e63b2dd45927f1db2b4999741ad835523036d9c1 | [log] [tgz] |
---|---|---|
author | Nikita Kiryanov <nikita@compulab.co.il> | Sun Nov 08 17:11:54 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 18 14:50:05 2015 -0500 |
tree | fbb5d3da1633eda25681e83e0cd6e4ec04fd785f | |
parent | 5105bb87e447ac2d59f8a1021d2295750b102c45 [diff] |
spl: mmc: add support for BOOT_DEVICE_MMC2 Currently the mmc device that SPL looks at is always mmc0, regardless of the BOOT_DEVICE_MMCx value. This forces some boards to implement hacks in order to boot from other mmc devices. Make SPL take into account the correct mmc device. Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Reviewed-by: Tom Rini <trini@konsulko.com>