IMX8: switch u-boot sources to last known working commit due to upstream changes

This commit is contained in:
Igor Pecovnik 2025-02-07 13:10:18 +01:00 committed by Igor
parent ca333b28c1
commit 955de2627d

View File

@ -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