From 2bcad110d73162afcd259d6e011a2995f343a726 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 13 Jan 2021 12:45:35 +0100 Subject: image-stm32mp157c-dk2: fix image creation with new PTXdist version The names of the TF-A files changed with the new PTXdist version. This was necessary to support multiple platforms in one build: The platforms may create images with the same name. Without the aditional prefix, the names clash when copoed to images/. Signed-off-by: Michael Olbrich --- configs/platform-v7a/config/images/stm32mp.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/platform-v7a') diff --git a/configs/platform-v7a/config/images/stm32mp.config b/configs/platform-v7a/config/images/stm32mp.config index c106320..84ad119 100644 --- a/configs/platform-v7a/config/images/stm32mp.config +++ b/configs/platform-v7a/config/images/stm32mp.config @@ -4,11 +4,11 @@ image @IMAGE@ { gpt = "true" } partition fsbl1 { - image = "tf-a-@STM32MP_BOARD@.stm32" + image = "stm32mp1-tf-a-@STM32MP_BOARD@.stm32" size = 256K } partition fsbl2 { - image = "tf-a-@STM32MP_BOARD@.stm32" + image = "stm32mp1-tf-a-@STM32MP_BOARD@.stm32" size = 256K } partition ssbl { -- cgit v1.2.3