commit | 2b958d79655a1cda489755943b23847758486f2d | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Oct 08 08:01:12 2019 -0500 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:36:37 2019 +0200 |
tree | 42df2a1658e416dc8c2ed0c67725bd2fc5dd1115 | |
parent | a2a91e206a8c738e987e0eb7fc85a4f3bc20ccd5 [diff] |
ARM: imx6q_logic: Fix MMC2 booting With the reverting of a previous change to spl_boot_device, this board needs a new solution to determining if we're booting from MMC1 or MMC2. This patch creates board_boot_order function which overrides the standard, and returns not only MMC1, or MMC2, but also can fall back to NAND or the serial downloader should other boot options fail. Signed-off-by: Adam Ford <aford173@gmail.com>