aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abba5441d..b39c17450 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ endif
85SYSFW_HS_CERTS_PATH ?= ti-$(SCIFS)-firmware-$(SOC)-$(SOC_TYPE)-certs.bin 85SYSFW_HS_CERTS_PATH ?= ti-$(SCIFS)-firmware-$(SOC)-$(SOC_TYPE)-certs.bin
86 86
87# Must use FULL Git hash below, as it is used as part of an URL for direct DL 87# Must use FULL Git hash below, as it is used as part of an URL for direct DL
88SYSFW_GIT_HASH ?= 340194800a581baf976360386dfc7b5acab8d948 88SYSFW_GIT_HASH ?= 79c498ef6ab1558b699a2243a26c4a65a1c44d26
89 89
90# URL to download SYSFW release binary from if not provided otherwise 90# URL to download SYSFW release binary from if not provided otherwise
91SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) 91SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH)