summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-08-19 07:37:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-19 07:37:05 +0200
commit4a16b52ebacf1874bfe2035077c2ba17633f7490 (patch)
tree2850b2e32677b95bc014d552eefd5c94bf4e2973 /images
parentdb6394231e8f10d0d7677e3a239dc700ad4a8036 (diff)
parentac5faaaa0d3bcc9c089fddb210d6049f75b8adad (diff)
downloadbarebox-4a16b52ebacf1874bfe2035077c2ba17633f7490.tar.gz
barebox-4a16b52ebacf1874bfe2035077c2ba17633f7490.tar.xz
Merge branch 'for-next/stm32' into master
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 38872c9525..1330a7ef3d 100644
--- a/images/Makefile.stm32mp
+++ b/images/Makefile.stm32mp
@@ -22,3 +22,8 @@ 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
+
+pblb-$(CONFIG_MACH_SEEED_ODYSSEY) += start_stm32mp157c_seeed_odyssey
+FILE_barebox-stm32mp157c-seeed-odyssey.img = start_stm32mp157c_seeed_odyssey.pblb.stm32
+OPTS_start_stm32mp157c_seeed_odyssey.pblb.stm32 = $(STM32MP1_OPTS)
+image-$(CONFIG_MACH_SEEED_ODYSSEY) += barebox-stm32mp157c-seeed-odyssey.img