projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f83431
)
imx6: wandboard: allow booting from MMC 2
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 23 Jun 2019 07:49:43 +0000
(09:49 +0200)
committer
Simon Glass
<sjg@chromium.org>
Sun, 7 Jul 2019 13:13:49 +0000
(07:13 -0600)
One of the SD-CARD slots on the Wandboard Quad B1 is MMC 2. Enable it as a
boot device.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
include/configs/wandboard.h
patch
|
blob
|
history
diff --git
a/include/configs/wandboard.h
b/include/configs/wandboard.h
index 2e6262f0f4c6e038215c082ef63e30160490a141..bdcd5e9db3fd49e6fadcf554611017104a4f0ac5 100644
(file)
--- a/
include/configs/wandboard.h
+++ b/
include/configs/wandboard.h
@@
-110,6
+110,7
@@
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
func(MMC, mmc, 1) \
+ func(MMC, mmc, 2) \
func(SATA, sata, 0) \
func(USB, usb, 0) \
func(PXE, pxe, na) \