From d9a550b91ec95d06a80f2ccc6dd829815ba35d88 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Thu, 28 May 2020 09:27:47 -0500 Subject: Makefile: Update firmware binaries to v2020.04a Update the Makefile to automatically fetch and build the v2020.04a version of the sysfw binaries for all supported SoCs from ti-linux-firmware. Signed-off-by: Praneeth Bajjuri --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c9854c77..4d073e941 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ SYSFW_HS_INNER_CERT_PATH ?= ti-sci-firmware-${SOC}-hs-cert.bin SYSFW_HS_CERTS_PATH ?= ti-sci-firmware-${SOC}-hs-certs.bin # Must use FULL Git hash below, as it is used as part of an URL for direct DL -SYSFW_GIT_HASH ?= 6b02b1ea07da65a68444e86439ad5b031e9fd5a2 +SYSFW_GIT_HASH ?= c8decf64be551dfd1244cd1d231a97eb2255fb80 # URL to download SYSFW release binary from if not provided otherwise SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) -- cgit v1.2.3