summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-06-11 11:43:19 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-06-19 11:01:58 +0200
commitbe798d2a129531cdb4cac40ea82bfa6aa5c6bcec (patch)
treed2e364e368f94cbe2499fddfebb3098e91311946 /images
parent6c3a294621265d42e3e45d35eb651c10f1afc5cf (diff)
downloadbarebox-be798d2a129531cdb4cac40ea82bfa6aa5c6bcec.tar.gz
barebox-be798d2a129531cdb4cac40ea82bfa6aa5c6bcec.tar.xz
ARM: stm32mp: add entry point, not point.pblb to pblb-y
Other images/Makefile.${arch}s, e.g. images/Makefile.imx, populate pblp-* with the entry points to build, not the pbl file that's generated. Adjust the images/Makefile.stm32mp to do the same. Cc: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.stm32mp2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile.stm32mp b/images/Makefile.stm32mp
index d26231cd92..c49b1d72b7 100644
--- a/images/Makefile.stm32mp
+++ b/images/Makefile.stm32mp
@@ -3,6 +3,6 @@
# barebox image generation Makefile for STMicroelectronics MP1
#
-pblb-$(CONFIG_MACH_STM32MP157C_DK2) += start_stm32mp157c_dk2.pblb
+pblb-$(CONFIG_MACH_STM32MP157C_DK2) += start_stm32mp157c_dk2
FILE_barebox-stm32mp157c-dk2.img = start_stm32mp157c_dk2.pblb
image-$(CONFIG_MACH_STM32MP157C_DK2) += barebox-stm32mp157c-dk2.img