2cfdf8b8a2
Rebase on the mv-ddr-devel branch as the release branches are no longer maintained. Signed-off-by: Dick Olsson <hi@senzilla.io> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
14 lines
592 B
Makefile
14 lines
592 B
Makefile
################################################################################
|
|
#
|
|
# mv-ddr-marvell
|
|
#
|
|
################################################################################
|
|
|
|
# This is the latest commit on mv-ddr-devel as of 20201207
|
|
MV_DDR_MARVELL_VERSION = 305d923e6bc4236cd3b902f6679b0aef9e5fa52d
|
|
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))
|