diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2018-07-26 11:26:24 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2018-07-28 23:52:49 +0200 |
commit | 92eab3b97c32f1851b9a1b1d8375e5af54ed73e5 (patch) | |
tree | faa0391cffe23598e2b77bbc13e3401f170ff45c | |
parent | 27aa7ae6182b2c6f8246c46b827a48fc80ffdd62 (diff) | |
download | buildroot-92eab3b97c32f1851b9a1b1d8375e5af54ed73e5.tar.gz buildroot-92eab3b97c32f1851b9a1b1d8375e5af54ed73e5.zip |
firmware-imx: bump to version 7.5
This new package includes new binaries for i.MX8QXP.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | package/freescale-imx/firmware-imx/firmware-imx.hash | 2 | ||||
-rw-r--r-- | package/freescale-imx/firmware-imx/firmware-imx.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/freescale-imx/firmware-imx/firmware-imx.hash b/package/freescale-imx/firmware-imx/firmware-imx.hash index dd0e13a7cf..c4930bb67d 100644 --- a/package/freescale-imx/firmware-imx/firmware-imx.hash +++ b/package/freescale-imx/firmware-imx/firmware-imx.hash @@ -1,4 +1,4 @@ # Locally calculated -sha256 8a8ec439d014e928f42c49bab1c382914ec5b4f1041df28e5d687eb194bd07ab firmware-imx-7.4.bin +sha256 a8f099bdf786b2da1e8b43094950c033ccdbf93f1b8a93caffb912e1500cd735 firmware-imx-7.5.bin sha256 faf01d10e484879247963eb97d96622a980232e22a35e487dfe53b13708b686a EULA sha256 0f34f6175247762e2e1c38319aadf657a53f00ce124e569dfc61b30451549e7a COPYING diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk index b9756fc2bf..0a503d7a66 100644 --- a/package/freescale-imx/firmware-imx/firmware-imx.mk +++ b/package/freescale-imx/firmware-imx/firmware-imx.mk @@ -4,7 +4,7 @@ # ################################################################################ -FIRMWARE_IMX_VERSION = 7.4 +FIRMWARE_IMX_VERSION = 7.5 FIRMWARE_IMX_SITE = $(FREESCALE_IMX_SITE) FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin |