From d96f3ae2e9fbf21290d3bc9ca93038080f471027 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 7 May 2024 10:33:16 +0200 Subject: [PATCH] defconfig: cn9130_crb_boot: Pin ATF version after Buildroot update Buildroot's default ATF version changed from 2.9 to 2.10 when we upgraded to 24.02.x. This meant that our patches were not applied, which broke the build. Take a conservative approach for now, and just pin the ATF version to the known-good 2.9 series. --- configs/cn9130_crb_boot_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/cn9130_crb_boot_defconfig b/configs/cn9130_crb_boot_defconfig index ff104231..7e4e3ed7 100644 --- a/configs/cn9130_crb_boot_defconfig +++ b/configs/cn9130_crb_boot_defconfig @@ -16,6 +16,8 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image # BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_ARM_TRUSTED_FIRMWARE=y +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.9" BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="t9130" BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33=y