summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-04-09 12:24:44 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-04-09 12:24:44 +0200
commit731cc538f3bdce594095d31af9bc288dcd511ab9 (patch)
treec3e406d96834fc83b9fa605ee7c4088e48111649 /images
parenteed5f701ba73310020dc3ef2530944cb601f256c (diff)
parentf4634187cfda8db89121a5fbc88992ad79882db2 (diff)
downloadbarebox-731cc538f3bdce594095d31af9bc288dcd511ab9.tar.gz
barebox-731cc538f3bdce594095d31af9bc288dcd511ab9.tar.xz
Merge branch 'for-next/stm32'
Diffstat (limited to 'images')
-rw-r--r--images/Makefile1
-rw-r--r--images/Makefile.stm32mp18
2 files changed, 9 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile
index 542cfdb22c..e525e0d277 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -140,6 +140,7 @@ include $(srctree)/images/Makefile.mxs
include $(srctree)/images/Makefile.omap3
include $(srctree)/images/Makefile.rockchip
include $(srctree)/images/Makefile.socfpga
+include $(srctree)/images/Makefile.stm32mp1
include $(srctree)/images/Makefile.tegra
include $(srctree)/images/Makefile.vexpress
include $(srctree)/images/Makefile.xburst
diff --git a/images/Makefile.stm32mp1 b/images/Makefile.stm32mp1
new file mode 100644
index 0000000000..d26231cd92
--- /dev/null
+++ b/images/Makefile.stm32mp1
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# barebox image generation Makefile for STMicroelectronics MP1
+#
+
+pblb-$(CONFIG_MACH_STM32MP157C_DK2) += start_stm32mp157c_dk2.pblb
+FILE_barebox-stm32mp157c-dk2.img = start_stm32mp157c_dk2.pblb
+image-$(CONFIG_MACH_STM32MP157C_DK2) += barebox-stm32mp157c-dk2.img