From 955de2627d97fdfb032f0afea48a78900a9487bd Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 7 Feb 2025 13:10:18 +0100 Subject: [PATCH] IMX8: switch u-boot sources to last known working commit due to upstream changes --- config/sources/families/imx8m.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/sources/families/imx8m.conf b/config/sources/families/imx8m.conf index 4804cf1666ec..953784068990 100644 --- a/config/sources/families/imx8m.conf +++ b/config/sources/families/imx8m.conf @@ -24,6 +24,7 @@ case $BOARD in 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' + BOOTBRANCH='commit:673acba389cfe6c9e8639e8009fc9403492f5061' BOOTPATCHDIR="u-boot-tqma" # could be removed when distro boot patches are integrated ;; esac