aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
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/arch/x86
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/arch/x86')
-rw-r--r--src/arch/x86/Kconfig2
-rw-r--r--src/arch/x86/Makefile.inc2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 989255832e..0a207e19b0 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -1,6 +1,4 @@
-##
## SPDX-License-Identifier: GPL-2.0-only
-##
config ARCH_X86
bool
diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index d30be40cca..0dd8d2b71e 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -1,6 +1,4 @@
-##
## SPDX-License-Identifier: GPL-2.0-only
-##
ifeq ($(CONFIG_POSTCAR_STAGE),y)
$(eval $(call init_standard_toolchain,postcar))