From 9726c624a0977fe9ab5968493a6e52e5f73a6da9 Mon Sep 17 00:00:00 2001 From: Martin Schmiedel Date: Mon, 26 Aug 2024 13:25:15 +0200 Subject: [PATCH] MBa8MPxL: update atf to v2.10 - the new version is compatible with GCC13 - solves AR-2441 Signed-off-by: Martin Schmiedel --- config/sources/families/imx8m.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/imx8m.conf b/config/sources/families/imx8m.conf index 82711d11721f..4804cf1666ec 100644 --- a/config/sources/families/imx8m.conf +++ b/config/sources/families/imx8m.conf @@ -21,7 +21,7 @@ OFFSET=32 case $BOARD in mba8mpxl*) ATFSOURCE='https://github.com/tq-systems/atf' # required for ram - ATFBRANCH="branch:TQMa8-imx_5.4.70_2.3.0" + ATFBRANCH="branch:TQM-lf_v2.10" BOOTSOURCE='https://github.com/tq-systems/u-boot-tqmaxx.git' # u-boot mainlining is hard and has low-priority BOOTBRANCH='branch:TQMa8-v2020.04_imx_5.4.70_2.3.0' BOOTPATCHDIR="u-boot-tqma" # could be removed when distro boot patches are integrated