diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-13 11:42:12 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-18 07:00:27 +0000 |
commit | c4b70276ed525bfcc59320b72bcd7c8cd13b78f0 (patch) | |
tree | 2258b8340dc702bb33adbae752575a29f8b8a7f6 /src/cpu | |
parent | 189e753cbfc3b3b2c7cca70215610fb3da6267be (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')
-rw-r--r-- | src/cpu/amd/agesa/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/Makefile.inc | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family14/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family14/Makefile.inc | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family15tn/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family15tn/Makefile.inc | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family16kb/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family16kb/Makefile.inc | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/00630F01/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/00630F01/Makefile.inc | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/00660F01/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/00660F01/Makefile.inc | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/00730F01/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/00730F01/Makefile.inc | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/Makefile.inc | 2 | ||||
-rw-r--r-- | src/cpu/intel/slot_1/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/qemu-power8/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/qemu-x86/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/x86/name/Makefile.inc | 2 | ||||
-rw-r--r-- | src/cpu/x86/smm/Makefile.inc | 2 |
21 files changed, 0 insertions, 42 deletions
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig index 6aae36844e..35e2f93268 100644 --- a/src/cpu/amd/agesa/Kconfig +++ b/src/cpu/amd/agesa/Kconfig @@ -1,5 +1,3 @@ -# -# # SPDX-License-Identifier: GPL-2.0-only config CPU_AMD_AGESA diff --git a/src/cpu/amd/agesa/Makefile.inc b/src/cpu/amd/agesa/Makefile.inc index 6336d0c9e8..14067e1fed 100644 --- a/src/cpu/amd/agesa/Makefile.inc +++ b/src/cpu/amd/agesa/Makefile.inc @@ -1,5 +1,3 @@ -# -# # SPDX-License-Identifier: GPL-2.0-only subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY14) += family14 diff --git a/src/cpu/amd/agesa/family14/Kconfig b/src/cpu/amd/agesa/family14/Kconfig index 2fb54537dc..103903fc1e 100644 --- a/src/cpu/amd/agesa/family14/Kconfig +++ b/src/cpu/amd/agesa/family14/Kconfig @@ -1,5 +1,3 @@ -# -# # SPDX-License-Identifier: GPL-2.0-only config CPU_AMD_AGESA_FAMILY14 diff --git a/src/cpu/amd/agesa/family14/Makefile.inc b/src/cpu/amd/agesa/family14/Makefile.inc index 0eec1be8ed..c940232f9f 100644 --- a/src/cpu/amd/agesa/family14/Makefile.inc +++ b/src/cpu/amd/agesa/family14/Makefile.inc @@ -1,5 +1,3 @@ -# -# # SPDX-License-Identifier: GPL-2.0-only romstage-y += fixme.c diff --git a/src/cpu/amd/agesa/family15tn/Kconfig b/src/cpu/amd/agesa/family15tn/Kconfig index 9b580a58da..70f71ed946 100644 --- a/src/cpu/amd/agesa/family15tn/Kconfig +++ b/src/cpu/amd/agesa/family15tn/Kconfig @@ -1,5 +1,3 @@ -# -# # SPDX-License-Identifier: GPL-2.0-only config CPU_AMD_AGESA_FAMILY15_TN diff --git a/src/cpu/amd/agesa/family15tn/Makefile.inc b/src/cpu/amd/agesa/family15tn/Makefile.inc index 66a151a06b..bc04cfd6da 100644 --- a/src/cpu/amd/agesa/family15tn/Makefile.inc +++ b/src/cpu/amd/agesa/family15tn/Makefile.inc @@ -1,5 +1,3 @@ -# -# # SPDX-License-Identifier: GPL-2.0-only romstage-y += fixme.c diff --git a/src/cpu/amd/agesa/family16kb/Kconfig b/src/cpu/amd/agesa/family16kb/Kconfig index 3a83b6789a..e41ddece4d 100644 --- a/src/cpu/amd/agesa/family16kb/Kconfig +++ b/src/cpu/amd/agesa/family16kb/Kconfig @@ -1,5 +1,3 @@ -# -# # SPDX-License-Identifier: GPL-2.0-only config CPU_AMD_AGESA_FAMILY16_KB diff --git a/src/cpu/amd/agesa/family16kb/Makefile.inc b/src/cpu/amd/agesa/family16kb/Makefile.inc index 6131df5917..c097b2c25a 100644 --- a/src/cpu/amd/agesa/family16kb/Makefile.inc +++ b/src/cpu/amd/agesa/family16kb/Makefile.inc @@ -1,5 +1,3 @@ -# -# # SPDX-License-Identifier: GPL-2.0-only romstage-y += fixme.c 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 diff --git a/src/cpu/intel/slot_1/Kconfig b/src/cpu/intel/slot_1/Kconfig index 1ba71ad9cb..6928335ada 100644 --- a/src/cpu/intel/slot_1/Kconfig +++ b/src/cpu/intel/slot_1/Kconfig @@ -1,5 +1,3 @@ -## -## ## SPDX-License-Identifier: GPL-2.0-only config CPU_INTEL_SLOT_1 diff --git a/src/cpu/qemu-power8/Kconfig b/src/cpu/qemu-power8/Kconfig index 37fd356d30..7e9b4cbf22 100644 --- a/src/cpu/qemu-power8/Kconfig +++ b/src/cpu/qemu-power8/Kconfig @@ -1,5 +1,3 @@ -## -## ## SPDX-License-Identifier: GPL-2.0-only config CPU_QEMU_POWER8 diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig index 2bf7eab305..21ada02a5d 100644 --- a/src/cpu/qemu-x86/Kconfig +++ b/src/cpu/qemu-x86/Kconfig @@ -1,5 +1,3 @@ -## -## ## SPDX-License-Identifier: GPL-2.0-only config CPU_QEMU_X86 diff --git a/src/cpu/x86/name/Makefile.inc b/src/cpu/x86/name/Makefile.inc index 98c778cf4b..f76927094b 100644 --- a/src/cpu/x86/name/Makefile.inc +++ b/src/cpu/x86/name/Makefile.inc @@ -1,5 +1,3 @@ -## -## ## SPDX-License-Identifier: GPL-2.0-only bootblock-y += name.c diff --git a/src/cpu/x86/smm/Makefile.inc b/src/cpu/x86/smm/Makefile.inc index 824a3f1056..500f169edb 100644 --- a/src/cpu/x86/smm/Makefile.inc +++ b/src/cpu/x86/smm/Makefile.inc @@ -1,5 +1,3 @@ -## -## ## SPDX-License-Identifier: GPL-2.0-only ramstage-y += smm_module_loader.c |