diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-12-10 10:41:15 +1300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-09 17:10:13 -0500 |
commit | cde578ff36b15ec9c2033f03b94ecf809af7cc64 (patch) | |
tree | 0c06403af2462a11d4953806d5f5d1d0a6a10096 /drivers/ddr | |
parent | 8cb8c0c6a83bef319023ac2e967a85e1e92e18bc (diff) | |
download | u-boot-cde578ff36b15ec9c2033f03b94ecf809af7cc64.tar.gz u-boot-cde578ff36b15ec9c2033f03b94ecf809af7cc64.tar.xz u-boot-cde578ff36b15ec9c2033f03b94ecf809af7cc64.zip |
ARM: mvebu: restore license information in mv_ddr_plat.{c,h}
This was unintentionally removed when syncing with upstream.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'drivers/ddr')
-rw-r--r-- | drivers/ddr/marvell/a38x/mv_ddr_plat.c | 4 | ||||
-rw-r--r-- | drivers/ddr/marvell/a38x/mv_ddr_plat.h | 5 |
2 files changed, 9 insertions, 0 deletions
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 |