git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c759908
)
ARM: mvebu: a38x: Add missing SPDX license identfier
author
Chris Packham
<judge.packham@gmail.com>
Tue, 15 May 2018 01:31:11 +0000
(13:31 +1200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/ddr/marvell/a38x/mv_ddr_build_message.c
b/drivers/ddr/marvell/a38x/mv_ddr_build_message.c
index
8e60448
..
2b49b77
100644
(file)
--- 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";