summaryrefslogtreecommitdiffstats
path: root/images/Makefile.bcm283x
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2018-11-01 10:18:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-11-05 17:03:30 +0100
commit94f6a7149a7835c3fd28a447954f840457bc4f13 (patch)
tree7cf73253b8b6433cf6aa8d1e8fe5c4db5ebcc28a /images/Makefile.bcm283x
parent5db9fdc66f3d60792fc537fad503f8c89a5fd61f (diff)
downloadbarebox-94f6a7149a7835c3fd28a447954f840457bc4f13.tar.gz
barebox-94f6a7149a7835c3fd28a447954f840457bc4f13.tar.xz
ARM: rpi: add raspberry pi 3 support
This adds basic support at the same feature level as the other supported raspberry pi boards. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Tested-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images/Makefile.bcm283x')
-rw-r--r--images/Makefile.bcm283x4
1 files changed, 4 insertions, 0 deletions
diff --git a/images/Makefile.bcm283x b/images/Makefile.bcm283x
index d59ef043f0..d14e648926 100644
--- a/images/Makefile.bcm283x
+++ b/images/Makefile.bcm283x
@@ -9,3 +9,7 @@ image-$(CONFIG_MACH_RPI) += barebox-raspberry-pi-1.img
pblx-$(CONFIG_MACH_RPI2) += start_raspberry_pi2
FILE_barebox-raspberry-pi-2.img = start_raspberry_pi2.pblx
image-$(CONFIG_MACH_RPI2) += barebox-raspberry-pi-2.img
+
+pblx-$(CONFIG_MACH_RPI3) += start_raspberry_pi3
+FILE_barebox-raspberry-pi-3.img = start_raspberry_pi3.pblx
+image-$(CONFIG_MACH_RPI3) += barebox-raspberry-pi-3.img \ No newline at end of file