summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-07-07 16:17:56 -0400
committerTom Rini <trini@konsulko.com>2019-07-07 16:17:56 -0400
commit3c1ead908128436b7df61b8ffd5642a924418bb6 (patch)
tree8e884c202ebd06917982b2845ddc0b146a91512a
parent29e9363504d6e2aef0bd11a08de59cf635e285bc (diff)
parentc2f3dade2a8efb90c20b46b3c76a81a15fafe96e (diff)
Merge tag 'dm-pull-7jul19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Fix booting for wandboard
-rw-r--r--include/configs/wandboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 2e6262f0f4..bdcd5e9db3 100644
--- 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) \