From c4b70276ed525bfcc59320b72bcd7c8cd13b78f0 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 13 May 2020 11:42:12 +0200 Subject: src: Remove leading blank lines from SPDX header Change-Id: I8a207e30a73d10fe67c0474ff11324ae99e2cec6 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/41360 Reviewed-by: Wim Vervoorn Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/arch/x86/Kconfig | 2 -- src/arch/x86/Makefile.inc | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/arch/x86') 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)) -- cgit v1.2.3