summaryrefslogtreecommitdiff
path: root/drivers/ddr
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2018-05-15 04:31:11 +0300
committerTom Rini <trini@konsulko.com>2018-05-15 16:08:00 +0300
commit0315d6959fdd9d2a4d89016c311e9c8c8d239a10 (patch)
tree02f5c8a1c0f92b84745886d6a0791dac545a2bf3 /drivers/ddr
parentc75990889d35a87d0a14bd385e484756d72d29cd (diff)
downloadu-boot-0315d6959fdd9d2a4d89016c311e9c8c8d239a10.tar.xz
ARM: mvebu: a38x: Add missing SPDX license identfier
mv_ddr_build_message.c is generated in Marvell's standalone mv_ddr code. When imported into u-boot we need to add the appropriate SPDX tag and re-format it slightly. Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'drivers/ddr')
-rw-r--r--drivers/ddr/marvell/a38x/mv_ddr_build_message.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/ddr/marvell/a38x/mv_ddr_build_message.c b/drivers/ddr/marvell/a38x/mv_ddr_build_message.c
index 8e60448318..2b49b77f73 100644
--- a/drivers/ddr/marvell/a38x/mv_ddr_build_message.c
+++ b/drivers/ddr/marvell/a38x/mv_ddr_build_message.c
@@ -1 +1,3 @@
-const char mv_ddr_build_message[] = ""; const char mv_ddr_version_string[] = "mv_ddr: mv_ddr-armada-17.10.4";
+// SPDX-License-Identifier: GPL-2.0
+const char mv_ddr_build_message[] = "";
+const char mv_ddr_version_string[] = "mv_ddr: mv_ddr-armada-17.10.4";