diff options
| author | Tom Rini <[email protected]> | 2019-07-07 16:17:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-07-07 16:17:56 -0400 |
| commit | 3c1ead908128436b7df61b8ffd5642a924418bb6 (patch) | |
| tree | 8e884c202ebd06917982b2845ddc0b146a91512a /include | |
| parent | 29e9363504d6e2aef0bd11a08de59cf635e285bc (diff) | |
| parent | c2f3dade2a8efb90c20b46b3c76a81a15fafe96e (diff) | |
Merge tag 'dm-pull-7jul19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Fix booting for wandboard
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/wandboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 2e6262f0f4c..bdcd5e9db3f 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) \ |
