summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/cpu')
-rw-r--r--src/soc/amd/common/block/cpu/car/ap_exit_car.S1
-rw-r--r--src/soc/amd/common/block/cpu/car/cache_as_ram.S1
-rw-r--r--src/soc/amd/common/block/cpu/car/exit_car.S1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/cpu/car/ap_exit_car.S b/src/soc/amd/common/block/cpu/car/ap_exit_car.S
index bcbad39ac67c..6a14ed8c035b 100644
--- a/src/soc/amd/common/block/cpu/car/ap_exit_car.S
+++ b/src/soc/amd/common/block/cpu/car/ap_exit_car.S
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
.code32
diff --git a/src/soc/amd/common/block/cpu/car/cache_as_ram.S b/src/soc/amd/common/block/cpu/car/cache_as_ram.S
index 89d8df585b10..3eb76707840d 100644
--- a/src/soc/amd/common/block/cpu/car/cache_as_ram.S
+++ b/src/soc/amd/common/block/cpu/car/cache_as_ram.S
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
/******************************************************************************
* $Workfile:: cache_as_ram.S
diff --git a/src/soc/amd/common/block/cpu/car/exit_car.S b/src/soc/amd/common/block/cpu/car/exit_car.S
index 680898ba9a3d..e0bfe5d37a1a 100644
--- a/src/soc/amd/common/block/cpu/car/exit_car.S
+++ b/src/soc/amd/common/block/cpu/car/exit_car.S
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <gcccar.inc>
#include <cpu/x86/cache.h>