Skip to content
Snippets Groups Projects
Forked from KED Software Projects / Miscellaneous / KED U-Boot Fork
Source project has a limited visibility.
  • Adam Ford's avatar
    9fb50c68
    ARM: imx6q_logic: Fix MMC2 booting · 9fb50c68
    Adam Ford authored and Stefano Babic's avatar Stefano Babic committed
    
    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: default avatarAdam Ford <aford173@gmail.com>
    9fb50c68
    History
    ARM: imx6q_logic: Fix MMC2 booting
    Adam Ford authored and Stefano Babic's avatar Stefano Babic committed
    
    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: default avatarAdam Ford <aford173@gmail.com>