From 8d09a06aa6ad92f7e31a38ccdc42ecbbe2d45e00 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 29 May 2020 00:09:00 +0200 Subject: src: Fix up #-commented SPDX headers Delete leading empty comment lines. Change-Id: I8e14a0ad1e1e2227e4fb201f5d157f56f289f286 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/41838 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans --- src/vendorcode/amd/Kconfig | 3 --- src/vendorcode/amd/cimx/sb800/Makefile.inc | 2 -- src/vendorcode/amd/cimx/sb900/Makefile.inc | 2 -- 3 files changed, 7 deletions(-) (limited to 'src/vendorcode/amd') diff --git a/src/vendorcode/amd/Kconfig b/src/vendorcode/amd/Kconfig index 812217c1d3..e080170bf5 100644 --- a/src/vendorcode/amd/Kconfig +++ b/src/vendorcode/amd/Kconfig @@ -1,6 +1,3 @@ -# -# -# # SPDX-License-Identifier: GPL-2.0-only if CPU_AMD_AGESA || CPU_AMD_PI || SOC_AMD_PI diff --git a/src/vendorcode/amd/cimx/sb800/Makefile.inc b/src/vendorcode/amd/cimx/sb800/Makefile.inc index 5e95ac801e..8eb72fab29 100644 --- a/src/vendorcode/amd/cimx/sb800/Makefile.inc +++ b/src/vendorcode/amd/cimx/sb800/Makefile.inc @@ -1,5 +1,3 @@ -# -# # SPDX-License-Identifier: GPL-2.0-only CPPFLAGS_x86_32 += -I$(src)/southbridge/amd/cimx/sb800 diff --git a/src/vendorcode/amd/cimx/sb900/Makefile.inc b/src/vendorcode/amd/cimx/sb900/Makefile.inc index f7dedaaba0..416df7e214 100644 --- a/src/vendorcode/amd/cimx/sb900/Makefile.inc +++ b/src/vendorcode/amd/cimx/sb900/Makefile.inc @@ -1,5 +1,3 @@ -# -# # SPDX-License-Identifier: GPL-2.0-only CPPFLAGS_x86_32 += -I$(src)/southbridge/amd/cimx/sb900 -- cgit v1.2.3