arm: imx: Enable booting from SATA on wandboard.
authorVagrant Cascadian <vagrant@debian.org>
Thu, 27 Jul 2017 16:46:24 +0000 (12:46 -0400)
committerStefano Babic <sbabic@denx.de>
Fri, 28 Jul 2017 11:44:54 +0000 (13:44 +0200)
Enable booting from SATA on the wandboard.

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

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
include/configs/wandboard.h

index a8a48a5..4c6b318 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)