diff options
author | Tom Rini <trini@konsulko.com> | 2015-10-19 11:30:38 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-19 11:30:38 -0400 |
commit | 7003e4cf76138de2f6af2f251ec929f2ea4b4043 (patch) | |
tree | 2ba13ad1163e5750d98c56ffafbf23cc4602cbf1 /board | |
parent | ef1e5710b338916e71543244a6b4982a3918dd3c (diff) | |
parent | 79ad5cef151fff32432a31ce7fe92e170d8a95ae (diff) | |
download | u-boot-imx-7003e4cf76138de2f6af2f251ec929f2ea4b4043.zip u-boot-imx-7003e4cf76138de2f6af2f251ec929f2ea4b4043.tar.gz u-boot-imx-7003e4cf76138de2f6af2f251ec929f2ea4b4043.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board')
-rw-r--r-- | board/raspberrypi/rpi/rpi.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 6d7be11..942badb 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 }; |