summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-04-28 09:46:32 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-28 09:46:32 +0200
commit5bdb74a14bc2acc0645121ec1bafcf13dc75d6fe (patch)
tree1cd4d28f7256cf7436a06fac58baa6cd9c8e7ea6 /images
parent02c6dac084e2421548a29fa2a5c2387d300c67ff (diff)
parent2c2f55df3cd79b6adf0a8bfe356496d9d05b64d9 (diff)
downloadbarebox-5bdb74a14bc2acc0645121ec1bafcf13dc75d6fe.tar.gz
barebox-5bdb74a14bc2acc0645121ec1bafcf13dc75d6fe.tar.xz
Merge branch 'for-next/stm32' into next
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.stm32mp5
1 files changed, 5 insertions, 0 deletions
diff --git a/images/Makefile.stm32mp b/images/Makefile.stm32mp
index 910e029a5b..38872c9525 100644
--- a/images/Makefile.stm32mp
+++ b/images/Makefile.stm32mp
@@ -17,3 +17,8 @@ pblb-$(CONFIG_MACH_STM32MP157C_DK2) += start_stm32mp157c_dk2
FILE_barebox-stm32mp157c-dk2.img = start_stm32mp157c_dk2.pblb.stm32
OPTS_start_stm32mp157c_dk2.pblb.stm32 = $(STM32MP1_OPTS)
image-$(CONFIG_MACH_STM32MP157C_DK2) += barebox-stm32mp157c-dk2.img
+
+pblb-$(CONFIG_MACH_LXA_MC1) += start_stm32mp157c_lxa_mc1
+FILE_barebox-stm32mp157c-lxa-mc1.img = start_stm32mp157c_lxa_mc1.pblb.stm32
+OPTS_start_stm32mp157c_lxa_mc1.pblb.stm32 = $(STM32MP1_OPTS)
+image-$(CONFIG_MACH_LXA_MC1) += barebox-stm32mp157c-lxa-mc1.img