Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/53976 )
Change subject: src: Drop "This file is part of the coreboot project" lines ......................................................................
src: Drop "This file is part of the coreboot project" lines
Commit 6b5bc77c9b22c398262ff3f4dae3e14904c57366 (treewide: Remove "this file is part of" lines) removed most of them, but missed some files.
Change-Id: Ib8e7ab26a74b52f86d91faeba77df3331531763f Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/53976 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Arthur Heymans arthur@aheymans.xyz Reviewed-by: Nico Huber nico.h@gmx.de --- M src/include/metadata_hash.h M src/lib/metadata_hash.c M src/soc/intel/apollolake/include/soc/msr.h M src/soc/intel/xeon_sp/acpi/gpio.asl M src/vendorcode/amd/agesa/Kconfig 5 files changed, 0 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Arthur Heymans: Looks good to me, approved
diff --git a/src/include/metadata_hash.h b/src/include/metadata_hash.h index bfa7ef1..e945300 100644 --- a/src/include/metadata_hash.h +++ b/src/include/metadata_hash.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */
#ifndef _METADATA_HASH_H_ #define _METADATA_HASH_H_ diff --git a/src/lib/metadata_hash.c b/src/lib/metadata_hash.c index 5619efe..e10f6ff 100644 --- a/src/lib/metadata_hash.c +++ b/src/lib/metadata_hash.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */
#include <assert.h> #include <metadata_hash.h> diff --git a/src/soc/intel/apollolake/include/soc/msr.h b/src/soc/intel/apollolake/include/soc/msr.h index cee11c2..e35c881 100644 --- a/src/soc/intel/apollolake/include/soc/msr.h +++ b/src/soc/intel/apollolake/include/soc/msr.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */
#ifndef _SOC_MSR_H_ #define _SOC_MSR_H_ diff --git a/src/soc/intel/xeon_sp/acpi/gpio.asl b/src/soc/intel/xeon_sp/acpi/gpio.asl index 6fe3d51..c7a9f95 100644 --- a/src/soc/intel/xeon_sp/acpi/gpio.asl +++ b/src/soc/intel/xeon_sp/acpi/gpio.asl @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */
#include <soc/gpio.h> #include <soc/pcr_ids.h> diff --git a/src/vendorcode/amd/agesa/Kconfig b/src/vendorcode/amd/agesa/Kconfig index 67055ea..ce59fe1 100644 --- a/src/vendorcode/amd/agesa/Kconfig +++ b/src/vendorcode/amd/agesa/Kconfig @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project.
choice prompt "DDR3 memory profile"