aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/pi
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-13 11:42:12 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-18 07:00:27 +0000
commitc4b70276ed525bfcc59320b72bcd7c8cd13b78f0 (patch)
tree2258b8340dc702bb33adbae752575a29f8b8a7f6 /src/cpu/amd/pi
parent189e753cbfc3b3b2c7cca70215610fb3da6267be (diff)
src: Remove leading blank lines from SPDX header
Change-Id: I8a207e30a73d10fe67c0474ff11324ae99e2cec6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41360 Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/amd/pi')
-rw-r--r--src/cpu/amd/pi/00630F01/Kconfig2
-rw-r--r--src/cpu/amd/pi/00630F01/Makefile.inc2
-rw-r--r--src/cpu/amd/pi/00660F01/Kconfig2
-rw-r--r--src/cpu/amd/pi/00660F01/Makefile.inc2
-rw-r--r--src/cpu/amd/pi/00730F01/Kconfig2
-rw-r--r--src/cpu/amd/pi/00730F01/Makefile.inc2
-rw-r--r--src/cpu/amd/pi/Kconfig2
-rw-r--r--src/cpu/amd/pi/Makefile.inc2
8 files changed, 0 insertions, 16 deletions
diff --git a/src/cpu/amd/pi/00630F01/Kconfig b/src/cpu/amd/pi/00630F01/Kconfig
index 173a7f3b8d..c14cd54dc6 100644
--- a/src/cpu/amd/pi/00630F01/Kconfig
+++ b/src/cpu/amd/pi/00630F01/Kconfig
@@ -1,5 +1,3 @@
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
config CPU_AMD_PI_00630F01
diff --git a/src/cpu/amd/pi/00630F01/Makefile.inc b/src/cpu/amd/pi/00630F01/Makefile.inc
index 66a151a06b..bc04cfd6da 100644
--- a/src/cpu/amd/pi/00630F01/Makefile.inc
+++ b/src/cpu/amd/pi/00630F01/Makefile.inc
@@ -1,5 +1,3 @@
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += fixme.c
diff --git a/src/cpu/amd/pi/00660F01/Kconfig b/src/cpu/amd/pi/00660F01/Kconfig
index 8f381448d9..1cdfb1d7be 100644
--- a/src/cpu/amd/pi/00660F01/Kconfig
+++ b/src/cpu/amd/pi/00660F01/Kconfig
@@ -1,5 +1,3 @@
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
config CPU_AMD_PI_00660F01
diff --git a/src/cpu/amd/pi/00660F01/Makefile.inc b/src/cpu/amd/pi/00660F01/Makefile.inc
index 52777dcd15..69635fc1f2 100644
--- a/src/cpu/amd/pi/00660F01/Makefile.inc
+++ b/src/cpu/amd/pi/00660F01/Makefile.inc
@@ -1,5 +1,3 @@
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += fixme.c
diff --git a/src/cpu/amd/pi/00730F01/Kconfig b/src/cpu/amd/pi/00730F01/Kconfig
index af9731eee4..5296ee6399 100644
--- a/src/cpu/amd/pi/00730F01/Kconfig
+++ b/src/cpu/amd/pi/00730F01/Kconfig
@@ -1,5 +1,3 @@
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
config CPU_AMD_PI_00730F01
diff --git a/src/cpu/amd/pi/00730F01/Makefile.inc b/src/cpu/amd/pi/00730F01/Makefile.inc
index a3508ae6bf..45ec1d9a2b 100644
--- a/src/cpu/amd/pi/00730F01/Makefile.inc
+++ b/src/cpu/amd/pi/00730F01/Makefile.inc
@@ -1,5 +1,3 @@
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += fixme.c
diff --git a/src/cpu/amd/pi/Kconfig b/src/cpu/amd/pi/Kconfig
index 9e795dc3b7..bc1253856f 100644
--- a/src/cpu/amd/pi/Kconfig
+++ b/src/cpu/amd/pi/Kconfig
@@ -1,5 +1,3 @@
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
config CPU_AMD_PI
diff --git a/src/cpu/amd/pi/Makefile.inc b/src/cpu/amd/pi/Makefile.inc
index 300a3398f1..969434700e 100644
--- a/src/cpu/amd/pi/Makefile.inc
+++ b/src/cpu/amd/pi/Makefile.inc
@@ -1,5 +1,3 @@
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
subdirs-$(CONFIG_CPU_AMD_PI_00630F01) += 00630F01