[openwrt/openwrt] arm-trusted-firmware-mvebu: bump mv-ddr-marvell to current version

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 27 12:23:23 PST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/50f65a9c4665a3d31ccb1bf234f29ebb4c62978b

commit 50f65a9c4665a3d31ccb1bf234f29ebb4c62978b
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Tue Oct 12 12:53:39 2021 +0200

    arm-trusted-firmware-mvebu: bump mv-ddr-marvell to current version
    
    efcad0e Merge pull request #33 from Semihalf/cn913x_cex7_eval
    91bed2c cn913x: Add cn913x_cex7_eval config
    55139f6 Merge pull request #32 from pali/master
    e5573cc ARM: mvebu: a38x: Correct mismatched bound warnings
    d83c38b a3700: Remove duplicate check for DDR_TYPE
    c0c6bf7 a3700: Put temporary a3700_ddr_type file into $(OBJ_DIR)
    
    Signed-off-by: Andre Heider <a.heider at gmail.com>
---
 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 95d2c06a40..18b663768f 100644
--- a/package/boot/arm-trusted-firmware-mvebu/Makefile
+++ b/package/boot/arm-trusted-firmware-mvebu/Makefile
@@ -150,15 +150,15 @@ define Download/cryptopp
 endef
 
 MV_DDR_NAME:=mv-ddr-marvell
-MV_DDR_RELEASE:=02e23dbc
+MV_DDR_RELEASE:=efcad0e2
 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:=02e23dbcf8dd22e038986052d99319a0eba8f25f
-  MIRROR_HASH:=d87dcc288b3895d1a1a78908fc607976d500b317ef81edfe667035579df0b440
+  VERSION:=efcad0e2fae66a8b6f84a4dd2326f5add67569d5
+  MIRROR_HASH:=99363f928ee1239fd42d651b495d163a60cdab00c24770a3c5e192efa7169d62
   SUBDIR:=$(MV_DDR_NAME)
 endef
 



More information about the lede-commits mailing list