From 81724d15cdaded0b40cd76f1736002fc6fef2554 Mon Sep 17 00:00:00 2001 From: Marleen Vos Date: Tue, 19 Dec 2023 13:15:07 +0100 Subject: [PATCH] configs/stm32mp157c_dk2_defconfig: update arm-trusted-firmware to lts-v2.8.13 The assumption is that updates to the stable branch should not break anything, so we use the latest LTS rather than a specific version. Signed-off-by: Marleen Vos Signed-off-by: Thomas Petazzoni --- configs/stm32mp157c_dk2_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/stm32mp157c_dk2_defconfig b/configs/stm32mp157c_dk2_defconfig index 7472be38bb..c48705b2fb 100644 --- a/configs/stm32mp157c_dk2_defconfig +++ b/configs/stm32mp157c_dk2_defconfig @@ -27,8 +27,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M" # Bootloaders BR2_TARGET_ARM_TRUSTED_FIRMWARE=y -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.6" +BR2_TARGET_ARM_TRUSTED_FIRMWARE_LATEST_LTS_2_8_VERSION=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="stm32mp1" BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y