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