Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

spl.c

Forked from Reform / reform-boundary-uboot
45238 commits behind the upstream repository.
  • Stefan Agner's avatar
    962c78b1
    imx: use BOOT_DEVICE_BOARD instead of UART · 962c78b1
    Stefan Agner authored
    
    i.MX 6 serial downloader is not necessarily booting via UART but can
    also boot from USB. In fact only some i.MX chips have serial
    downloader support via UART (e.g. 6UL/ULL and Vybrid) but all of
    them have serial downloader support via USB. Use the more appropriate
    BOOT_DEVICE_BOARD define which is used for ROM provided recovery
    mechanisms in general.
    
    Signed-off-by: default avatarStefan Agner <stefan.agner@toradex.com>
    962c78b1
    History
    imx: use BOOT_DEVICE_BOARD instead of UART
    Stefan Agner authored
    
    i.MX 6 serial downloader is not necessarily booting via UART but can
    also boot from USB. In fact only some i.MX chips have serial
    downloader support via UART (e.g. 6UL/ULL and Vybrid) but all of
    them have serial downloader support via USB. Use the more appropriate
    BOOT_DEVICE_BOARD define which is used for ROM provided recovery
    mechanisms in general.
    
    Signed-off-by: default avatarStefan Agner <stefan.agner@toradex.com>