summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-03-13 08:16:44 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-13 08:16:44 +0100
commita2e3bad25f6033e35e7a0f729cbd164d2d079c17 (patch)
tree672c3249ae6505d252011184072a04debd591964 /images
parent6134116686ea7ecd3e29db3ab40e4eac837680c3 (diff)
parente8fab18835a1ba23c5c71c35c76effcd9d4d7f56 (diff)
downloadbarebox-a2e3bad25f6033e35e7a0f729cbd164d2d079c17.tar.gz
barebox-a2e3bad25f6033e35e7a0f729cbd164d2d079c17.tar.xz
Merge branch 'for-next/rpi'
Diffstat (limited to 'images')
-rw-r--r--images/Makefile1
-rw-r--r--images/Makefile.bcm283x11
2 files changed, 12 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile
index 0537af1f6d..68876e5de9 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -103,6 +103,7 @@ board = $(srctree)/arch/$(ARCH)/boards
objboard = $(objtree)/arch/$(ARCH)/boards
include $(srctree)/images/Makefile.am33xx
+include $(srctree)/images/Makefile.bcm283x
include $(srctree)/images/Makefile.imx
include $(srctree)/images/Makefile.mvebu
include $(srctree)/images/Makefile.mxs
diff --git a/images/Makefile.bcm283x b/images/Makefile.bcm283x
new file mode 100644
index 0000000000..d59ef043f0
--- /dev/null
+++ b/images/Makefile.bcm283x
@@ -0,0 +1,11 @@
+#
+# barebox image generation Makefile for BCM283x images
+#
+
+pblx-$(CONFIG_MACH_RPI) += start_raspberry_pi1
+FILE_barebox-raspberry-pi-1.img = start_raspberry_pi1.pblx
+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