projects
/
project
/
bcm63xx
/
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
<
[email protected]
>
Tue, 15 May 2018 01:31:11 +0000
(13:31 +1200)
committer
Tom Rini
<
[email protected]
>
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 <
[email protected]
>
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 8e60448318f23f7041937f63da39288b1bfbfd32..2b49b77f730619d74aaf2e67ab07dd1bcec559df 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";