[openwrt/openwrt] arm-trusted-firmware-mvebu: bump mv-ddr-marvell to current version
LEDE Commits
lede-commits at lists.infradead.org
Fri Aug 25 15:13:01 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ff671d318cfbec0d7c920f70e4b8565955e2994e
commit ff671d318cfbec0d7c920f70e4b8565955e2994e
Author: Robert Marko <robert.marko at sartura.hr>
AuthorDate: Fri Aug 18 12:51:28 2023 +0200
arm-trusted-firmware-mvebu: bump mv-ddr-marvell to current version
Changes:
1de442d Convert floating point operations to integer operations
ce6770d Modify mv_ddr4_calibration_validate function body to match function header
Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
package/boot/arm-trusted-firmware-mvebu/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/boot/arm-trusted-firmware-mvebu/Makefile b/package/boot/arm-trusted-firmware-mvebu/Makefile
index 37a18ae8b3..16541d6be5 100644
--- a/package/boot/arm-trusted-firmware-mvebu/Makefile
+++ b/package/boot/arm-trusted-firmware-mvebu/Makefile
@@ -164,15 +164,15 @@ define Download/cryptopp
endef
MV_DDR_NAME:=mv-ddr-marvell
-MV_DDR_RELEASE:=d5acc10c
+MV_DDR_RELEASE:=541616b
MV_DDR_SOURCE:=$(MV_DDR_NAME)-$(MV_DDR_RELEASE).tar.bz2
define Download/mv-ddr-marvell
FILE:=$(MV_DDR_SOURCE)
PROTO:=git
URL:=https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git
- VERSION:=d5acc10c287e40cc2feeb28710b92e45c93c702c
- MIRROR_HASH:=c149ab737935b5fb822f48da8e2d7fba4388f48e645f9f6da857bee20f0333ea
+ VERSION:=541616bc5d25a0167c9901546255c55973e2c0f0
+ MIRROR_HASH:=9e86a986c7400ed1a72165a88150b6c494ebd87303b16314b43e5785e3f13068
SUBDIR:=$(MV_DDR_NAME)
endef
More information about the lede-commits
mailing list