From 0d198311b9d267b3883e9e979fc273f5c61e323c Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 27 Aug 2022 09:04:36 +0200 Subject: [PATCH] configs/rockpro64: Use mainline ATF Use the mainline ATF as it supports the Pine64 ROCKPro64 board. Fixes: - https://gitlab.com/buildroot.org/buildroot/-/jobs/2812054016 Signed-off-by: Gwenhael Goavec-Merou Signed-off-by: Arnout Vandecappelle --- configs/rockpro64_defconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configs/rockpro64_defconfig b/configs/rockpro64_defconfig index 5086320cbc..d39640f855 100644 --- a/configs/rockpro64_defconfig +++ b/configs/rockpro64_defconfig @@ -7,9 +7,8 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_8=y # Firmware BR2_TARGET_ARM_TRUSTED_FIRMWARE=y -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git" -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="11a0a46a899fcc3b1fdb214b382f3d7495d88eca" +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.7" BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="rk3399" BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_ARM32_TOOLCHAIN=y