From 5367c08162aea89f0b1140d80a134ce67d0252d4 Mon Sep 17 00:00:00 2001 From: Marleen Vos Date: Tue, 19 Dec 2023 13:15:06 +0100 Subject: [PATCH] configs/stm32mp157a_dk1_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/stm32mp157a_dk1_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/stm32mp157a_dk1_defconfig b/configs/stm32mp157a_dk1_defconfig index 3122c9647a..aed6cfad34 100644 --- a/configs/stm32mp157a_dk1_defconfig +++ b/configs/stm32mp157a_dk1_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