From: Vagrant Cascadian <vagrant@debian.org>
Date: Thu, 27 Jul 2017 16:46:24 +0000 (-0400)
Subject: arm: imx: Enable booting from SATA on wandboard.
X-Git-Tag: v2025.01-rc5-pxa1908~6010^2~14
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/git-logo.png?a=commitdiff_plain;h=3b22599e1ae951965e1ee215e02ebd84a6ac27d9;p=u-boot.git

arm: imx: Enable booting from SATA on wandboard.

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>
---

diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index a8a48a597f..4c6b3188ec 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -124,6 +124,7 @@
 #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)