summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-12-03 17:52:53 -0500
committerTom Rini <trini@konsulko.com>2018-12-03 17:52:53 -0500
commit9981c60ef583f3608eff8ab4837198f72240ea17 (patch)
tree152a55af5b3dbbf6dfbc0b21b66cd549c7e630b8 /include
parentf388e3bed7318efe97058b673801dda6f563d319 (diff)
parentd61cf138bce890b0b79745e48a908062bc36b99f (diff)
Merge tag 'signed-rpi-next' of git://github.com/agraf/u-boot
Patch queue for rpi - 2018-12-03 A few Raspberry Pi specific changes this time: - Allow 2nd MMC device - Support RPi 3 Model A+ - Allow UUID to find filesystem
Diffstat (limited to 'include')
-rw-r--r--include/configs/rpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index 37be6dbeeb..9ce41767a9 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -148,6 +148,7 @@
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
+ func(MMC, mmc, 1) \
func(USB, usb, 0) \
func(PXE, pxe, na) \
func(DHCP, dhcp, na)