arm: imx: Enable booting from SATA on wandboard.
authorVagrant Cascadian <vagrant@debian.org>
Thu, 27 Jul 2017 16:40:45 +0000 (12:40 -0400)
committerVagrant Cascadian <vagrant@debian.org>
Fri, 4 Aug 2017 19:56:56 +0000 (20:56 +0100)
Enable booting from SATA on the wandboard.

Sata support was already enabled, but distro_bootcmd is not configured
to boot from it.

Gbp-Pq: Topic wandboard
Gbp-Pq: Name 0001-arm-imx-Enable-booting-from-SATA-on-wandboard.patch

include/configs/wandboard.h

index 2a6c6fbb703b4cccc909ebc519a086a25ed95a6f..22fd9a2ece938bb0e9d3ddb18cd76a19bda57242 100644 (file)
 #define BOOT_TARGET_DEVICES(func) \
        func(MMC, mmc, 0) \
        func(MMC, mmc, 1) \
+       func(SATA, sata, 0) \
        func(USB, usb, 0) \
        func(PXE, pxe, na) \
        func(DHCP, dhcp, na)