87ba9890c2
This update fixes build with gcc 11. Update license file hash for unrelated code changes. Tested on Macchiatobin. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/2931841699 https://gitlab.com/buildroot.org/buildroot/-/jobs/2931841700 Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
14 lines
592 B
Makefile
14 lines
592 B
Makefile
################################################################################
|
|
#
|
|
# mv-ddr-marvell
|
|
#
|
|
################################################################################
|
|
|
|
# This is the latest commit on mv-ddr-devel as of 20220529
|
|
MV_DDR_MARVELL_VERSION = d5acc10c287e40cc2feeb28710b92e45c93c702c
|
|
MV_DDR_MARVELL_SITE = $(call github,MarvellEmbeddedProcessors,mv-ddr-marvell,$(MV_DDR_MARVELL_VERSION))
|
|
MV_DDR_MARVELL_LICENSE = GPL-2.0+ or LGPL-2.1 with freertos-exception-2.0, BSD-3-Clause, Marvell Commercial
|
|
MV_DDR_MARVELL_LICENSE_FILES = ddr3_init.c
|
|
|
|
$(eval $(generic-package))
|