summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-10-19 11:30:38 -0400
committerTom Rini <trini@konsulko.com>2015-10-19 11:30:38 -0400
commit7003e4cf76138de2f6af2f251ec929f2ea4b4043 (patch)
tree2ba13ad1163e5750d98c56ffafbf23cc4602cbf1 /board
parentef1e5710b338916e71543244a6b4982a3918dd3c (diff)
parent79ad5cef151fff32432a31ce7fe92e170d8a95ae (diff)
downloadtalos-obmc-uboot-7003e4cf76138de2f6af2f251ec929f2ea4b4043.tar.gz
talos-obmc-uboot-7003e4cf76138de2f6af2f251ec929f2ea4b4043.zip
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board')
-rw-r--r--board/raspberrypi/rpi/rpi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
index 6d7be11518..942badb087 100644
--- a/board/raspberrypi/rpi/rpi.c
+++ b/board/raspberrypi/rpi/rpi.c
@@ -176,6 +176,11 @@ static const struct {
"bcm2835-rpi-cm.dtb",
false,
},
+ [BCM2835_BOARD_REV_A_PLUS_15] = {
+ "Model A+",
+ "bcm2835-rpi-a-plus.dtb",
+ false,
+ },
#endif
};
OpenPOWER on IntegriCloud