ARM: mvebu: a38x: Add missing SPDX license identfier
authorChris Packham <judge.packham@gmail.com>
Tue, 15 May 2018 01:31:11 +0000 (13:31 +1200)
committerTom Rini <trini@konsulko.com>
Tue, 15 May 2018 13:08:00 +0000 (09:08 -0400)
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>
drivers/ddr/marvell/a38x/mv_ddr_build_message.c

index 8e60448318f23f7041937f63da39288b1bfbfd32..2b49b77f730619d74aaf2e67ab07dd1bcec559df 100644 (file)
@@ -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";