projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb5761f
)
arm: imx: Enable booting from SATA on wandboard.
author
Vagrant Cascadian
<vagrant@debian.org>
Thu, 27 Jul 2017 16:46:24 +0000
(12:46 -0400)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/include/configs/wandboard.h
b/include/configs/wandboard.h
index a8a48a597f0af262b4500100571acea539ac4f45..4c6b3188ec98e25584672c03d6f987fdf1fb6196 100644
(file)
--- 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)