aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dannenberg2018-10-29 12:03:46 -0500
committerAndreas Dannenberg2018-10-29 12:03:46 -0500
commit3cbf4003060ead508653e2ec8f25c59bbe813e74 (patch)
tree07e02868c825ca621c3d149d3e2861cd935b526c
parent54933d505c4db1007d2a14a2b4878cada731e8d5 (diff)
downloadsystem-firmware-image-gen-3cbf4003060ead508653e2ec8f25c59bbe813e74.tar.gz
system-firmware-image-gen-3cbf4003060ead508653e2ec8f25c59bbe813e74.tar.xz
system-firmware-image-gen-3cbf4003060ead508653e2ec8f25c59bbe813e74.zip
linux-firmware: Update am65x sysfw to v2018.09
Update the sysfw to v2018.09 from v2018.08b. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4976893..5e10083 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@
40SYSFW_PATH ?= ti-sci-firmware-am65x-gp.bin 40SYSFW_PATH ?= ti-sci-firmware-am65x-gp.bin
41 41
42# Must use FULL Git hash below, as it is used as part of an URL for direct DL 42# Must use FULL Git hash below, as it is used as part of an URL for direct DL
43SYSFW_GIT_HASH ?= 463b1b4a50e8e361fa333f87caf74d2e05bc0a82 43SYSFW_GIT_HASH ?= 1e03f08e89bee6d29ffd25782f5ce45b1b4bf1e6
44 44
45# URL to download SYSFW release binary from if not provided otherwise 45# URL to download SYSFW release binary from if not provided otherwise
46SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) 46SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH)