summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-11-09 10:55:05 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-11-09 10:55:05 +0100
commitc9a2ebb18e59ea3be369b97cb0a00ba71230b90c (patch)
tree684533fe720119fbd5437d721248982e7b11a736 /images
parent227426f16163d3721fee82650980aae0eef01375 (diff)
parentc60aa1f01393807660fbe7b67d49b48c3c37eae2 (diff)
downloadbarebox-c9a2ebb18e59ea3be369b97cb0a00ba71230b90c.tar.gz
barebox-c9a2ebb18e59ea3be369b97cb0a00ba71230b90c.tar.xz
Merge branch 'for-next/rpi3'
Diffstat (limited to 'images')
-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