summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2018-03-24 14:10:13 +0000
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-06 21:49:18 +0200
commit012c400f9d5eef2fb04dcde931d08852cc19ffdc (patch)
treeeb49705e1b8a7c1a61ab7366934f3f0dd2f3914c /board
parent6a34050201444c68278b356ada730fd04e5c4162 (diff)
downloadbuildroot-012c400f9d5eef2fb04dcde931d08852cc19ffdc.tar.gz
buildroot-012c400f9d5eef2fb04dcde931d08852cc19ffdc.zip
board/raspberrypi: add support for rpi3 b+
Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'board')
-rw-r--r--board/raspberrypi/genimage-raspberrypi3.cfg1
-rw-r--r--board/raspberrypi/readme.txt3
2 files changed, 3 insertions, 1 deletions
diff --git a/board/raspberrypi/genimage-raspberrypi3.cfg b/board/raspberrypi/genimage-raspberrypi3.cfg
index 98ff709035..0a547241f4 100644
--- a/board/raspberrypi/genimage-raspberrypi3.cfg
+++ b/board/raspberrypi/genimage-raspberrypi3.cfg
@@ -2,6 +2,7 @@ image boot.vfat {
vfat {
files = {
"bcm2710-rpi-3-b.dtb",
+ "bcm2710-rpi-3-b-plus.dtb",
"bcm2710-rpi-cm3.dtb",
"rpi-firmware/bootcode.bin",
"rpi-firmware/cmdline.txt",
diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt
index 948269347b..9f91581054 100644
--- a/board/raspberrypi/readme.txt
+++ b/board/raspberrypi/readme.txt
@@ -30,7 +30,7 @@ For model 2 B:
$ make raspberrypi2_defconfig
-For model 3 B:
+For model 3 B and B+:
$ make raspberrypi3_defconfig
@@ -56,6 +56,7 @@ After building, you should obtain this tree:
+-- bcm2708-rpi-b-plus.dtb [1]
+-- bcm2709-rpi-2-b.dtb [1]
+-- bcm2710-rpi-3-b.dtb [1]
+ +-- bcm2710-rpi-3-b-plus.dtb [1]
+-- boot.vfat
+-- rootfs.ext4
+-- rpi-firmware/
OpenPOWER on IntegriCloud