diff options
| author | Thomas Richard | 2024-11-28 16:28:47 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-12-22 22:48:52 +0000 |
| commit | 2398cad2b5d55dc88bc40e9ec0d5b876dfe0bf80 (patch) | |
| tree | 1277976843df39cf3cf28ec72385757462541069 | |
| parent | 91966bee336749780317927a633be7e010f69d97 (diff) | |
| download | openwrt-2398cad2b5d55dc88bc40e9ec0d5b876dfe0bf80.tar.gz | |
optee-os-stm32: bump to 4.4.0
Tested on STM32MP135F-DK.
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/17243
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/optee-os-stm32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/optee-os-stm32/Makefile b/package/boot/optee-os-stm32/Makefile index 9e681127e6..e0be8e433e 100644 --- a/package/boot/optee-os-stm32/Makefile +++ b/package/boot/optee-os-stm32/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=4.3.0 +PKG_VERSION:=4.4.0 PKG_RELEASE:=1 -PKG_HASH:=390b271905c828d6def9fa6a77bbaa425f3b434d733c8eb18f582ccbc6896096 +PKG_HASH:=b13c65ff2abcd21a9200cb0131f34d61bde7c31eb0427fa761d27c3b87c7fec8 PKG_MAINTAINER:=Thomas Richard <thomas.richard@bootlin.com> OPTEE_USE_INTREE_DTC:=1 |