diff options
| author | Robert Marko <robert.marko@sartura.hr> | 2023-08-18 12:51:28 +0200 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-08-26 00:11:48 +0200 |
| commit | ff671d318cfbec0d7c920f70e4b8565955e2994e (patch) | |
| tree | 28394743ce4a82d52b70db29c0ed79b700c23a80 | |
| parent | ebbcfd095d5c77bc67087854a696e887dec99769 (diff) | |
| download | upstream-ff671d318cfbec0d7c920f70e4b8565955e2994e.tar.gz upstream-ff671d318cfbec0d7c920f70e4b8565955e2994e.tar.bz2 upstream-ff671d318cfbec0d7c920f70e4b8565955e2994e.zip | |
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@sartura.hr>
| -rw-r--r-- | package/boot/arm-trusted-firmware-mvebu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/arm-trusted-firmware-mvebu/Makefile b/package/boot/arm-trusted-firmware-mvebu/Makefile index 37a18ae8b39..16541d6be52 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 |
