commit | f978e80b9cbf1178546354628331ee65cb5f5e90 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagannadh.teki@gmail.com> | Tue Nov 21 00:02:15 2017 +0530 |
committer | Stefano Babic <sbabic@denx.de> | Mon Nov 27 10:36:40 2017 +0100 |
tree | 1f71ff3ccae54dd157c35b2902fcc1f906c5c85f | |
parent | fbd71f8e1e3f7db2faa06e580401f17e86eb7091 [diff] |
board: icore-rqs: Fix mmc get env device As per USDHC boot eFUSE descriptions: USDHC3 => devno 2 USDHC4 => devno 3 Linux will detect mmc0, mmc1, mmc2 based on the status "okay" on usdhc so imx6qdl-icore-rqs.dtsi has enabled usdhc1, usdhc3 and usdhc4.But U-Boot can detect based on the aliases so add mmc1, mmc2 for usdhc3 and usdhc4 respectively and return the board_mmc_get_env_dev by subtracting -1 Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>