diff mbox series

[U-Boot] ARM: mvebu: restore license information in mv_ddr_plat.{c, h}

Message ID 20181209214115.22912-1-judge.packham@gmail.com
State Accepted
Commit cde578ff36b15ec9c2033f03b94ecf809af7cc64
Delegated to: Tom Rini
Headers show
Series [U-Boot] ARM: mvebu: restore license information in mv_ddr_plat.{c, h} | expand

Commit Message

Chris Packham Dec. 9, 2018, 9:41 p.m. UTC
This was unintentionally removed when syncing with upstream.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 drivers/ddr/marvell/a38x/mv_ddr_plat.c | 4 ++++
 drivers/ddr/marvell/a38x/mv_ddr_plat.h | 5 +++++
 2 files changed, 9 insertions(+)

Comments

Tom Rini Dec. 9, 2018, 10:10 p.m. UTC | #1
On Mon, Dec 10, 2018 at 10:41:15AM +1300, Chris Packham wrote:

> This was unintentionally removed when syncing with upstream.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/ddr/marvell/a38x/mv_ddr_plat.c b/drivers/ddr/marvell/a38x/mv_ddr_plat.c
index 19e95d275abd..cc7942d0ba33 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 a307b679766e..281d4c23013e 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