From 751a9120dabc8c23a0a2230a0122eaadb1d942a1 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 5 Oct 2020 10:10:57 +0200 Subject: ARM: stm32mp: dk2: rename to dkx to make dk1 support clearer As we now support both the stm32mp157a-dk1 and stm32mp157c-dk2 with the same barebox image, we should call the board stm32mp15xx-dkx instead. That's also how the upstream DTSI is named. Suggested-by: Holger Assmann Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- images/Makefile.stm32mp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'images') diff --git a/images/Makefile.stm32mp b/images/Makefile.stm32mp index 1330a7ef3d..eafe84a721 100644 --- a/images/Makefile.stm32mp +++ b/images/Makefile.stm32mp @@ -13,10 +13,10 @@ STM32MP1_OPTS = -a 0xc0100000 -e 0xc0100000 -v1 # -------------------------------------- -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_STM32MP15XX_DKX) += start_stm32mp15xx_dkx +FILE_barebox-stm32mp15xx-dkx.img = start_stm32mp15xx_dkx.pblb.stm32 +OPTS_start_stm32mp15xx_dkx.pblb.stm32 = $(STM32MP1_OPTS) +image-$(CONFIG_MACH_STM32MP15XX_DKX) += barebox-stm32mp15xx-dkx.img pblb-$(CONFIG_MACH_LXA_MC1) += start_stm32mp157c_lxa_mc1 FILE_barebox-stm32mp157c-lxa-mc1.img = start_stm32mp157c_lxa_mc1.pblb.stm32 -- cgit v1.2.3