summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-05-05 13:33:09 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-05 13:33:09 +0200
commitcdfca5dccb21258eccd549604a8481020d5f3e9f (patch)
tree504faa1faa36ba0bc189cb5d9e1beda924dead56 /images
parent845f765b6e7f5830b14c7910203d271c43e6af6a (diff)
parent903b1d430904588ef9f6b2f897b46e3e3cc4516a (diff)
downloadbarebox-cdfca5dccb21258eccd549604a8481020d5f3e9f.tar.gz
barebox-cdfca5dccb21258eccd549604a8481020d5f3e9f.tar.xz
Merge branch 'for-next/rockchip'
Diffstat (limited to 'images')
-rw-r--r--images/Makefile1
-rw-r--r--images/Makefile.rockchip9
2 files changed, 10 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile
index 8ec17914a3..5509a4cf80 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -99,6 +99,7 @@ $(obj)/%.img: $(obj)/$$(FILE_$$(@F))
include $(srctree)/images/Makefile.am33xx
include $(srctree)/images/Makefile.imx
include $(srctree)/images/Makefile.mvebu
+include $(srctree)/images/Makefile.rockchip
include $(srctree)/images/Makefile.socfpga
include $(srctree)/images/Makefile.tegra
diff --git a/images/Makefile.rockchip b/images/Makefile.rockchip
new file mode 100644
index 0000000000..2444433013
--- /dev/null
+++ b/images/Makefile.rockchip
@@ -0,0 +1,9 @@
+#
+# barebox image generation Makefile for Rockchip images
+#
+
+board = $(srctree)/arch/$(ARCH)/boards
+
+pblx-$(CONFIG_MACH_RADXA_ROCK) += start_radxa_rock
+FILE_barebox-radxa-rock.img = start_radxa_rock.pblx
+image-$(CONFIG_MACH_RADXA_ROCK) += barebox-radxa-rock.img