diff mbox

[U-Boot] arm: imx: Enable booting from SATA on wandboard.

Message ID 20170727164625.12972-1-vagrant@debian.org
State Accepted
Commit 3b22599e1ae951965e1ee215e02ebd84a6ac27d9
Headers show

Commit Message

Vagrant Cascadian July 27, 2017, 4:46 p.m. UTC
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>
---

 include/configs/wandboard.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Fabio Estevam July 27, 2017, 4:54 p.m. UTC | #1
On Thu, Jul 27, 2017 at 1:46 PM, Vagrant Cascadian <vagrant@debian.org> wrote:
> 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>
Stefano Babic July 28, 2017, 11:45 a.m. UTC | #2
On 27/07/2017 18:54, Fabio Estevam wrote:
> On Thu, Jul 27, 2017 at 1:46 PM, Vagrant Cascadian <vagrant@debian.org> wrote:
>> 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>
> 

Applied to u-boot-imx, -master, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

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)