From: Chris Packham Date: Sun, 9 Dec 2018 21:41:15 +0000 (+1300) Subject: ARM: mvebu: restore license information in mv_ddr_plat.{c,h} X-Git-Tag: baikal/mips/sdk5.9~1221 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=32f2008a41b195f3ec8ba5889217994f2dabda28;p=uboot.git ARM: mvebu: restore license information in mv_ddr_plat.{c,h} This was unintentionally removed when syncing with upstream. Signed-off-by: Chris Packham --- diff --git a/drivers/ddr/marvell/a38x/mv_ddr_plat.c b/drivers/ddr/marvell/a38x/mv_ddr_plat.c index 19e95d275a..cc7942d0ba 100644 --- a/drivers/ddr/marvell/a38x/mv_ddr_plat.c +++ b/drivers/ddr/marvell/a38x/mv_ddr_plat.c @@ -1,3 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (C) Marvell International Ltd. and its affiliates + */ #include "ddr3_init.h" #include "mv_ddr_training_db.h" diff --git a/drivers/ddr/marvell/a38x/mv_ddr_plat.h b/drivers/ddr/marvell/a38x/mv_ddr_plat.h index a307b67976..281d4c2301 100644 --- a/drivers/ddr/marvell/a38x/mv_ddr_plat.h +++ b/drivers/ddr/marvell/a38x/mv_ddr_plat.h @@ -1,3 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) Marvell International Ltd. and its affiliates + */ + #ifndef _MV_DDR_PLAT_H #define _MV_DDR_PLAT_H