summaryrefslogtreecommitdiffstats
path: root/src/arch/riscv/include/arch/smp
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv/include/arch/smp')
-rw-r--r--src/arch/riscv/include/arch/smp/atomic.h1
-rw-r--r--src/arch/riscv/include/arch/smp/smp.h1
-rw-r--r--src/arch/riscv/include/arch/smp/spinlock.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/riscv/include/arch/smp/atomic.h b/src/arch/riscv/include/arch/smp/atomic.h
index 1ac6e79a9ada..ba20efbc64b8 100644
--- a/src/arch/riscv/include/arch/smp/atomic.h
+++ b/src/arch/riscv/include/arch/smp/atomic.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: BSD-4-Clause-UC */
-/* This file is part of the coreboot project. */
#ifndef _RISCV_ATOMIC_H
#define _RISCV_ATOMIC_H
diff --git a/src/arch/riscv/include/arch/smp/smp.h b/src/arch/riscv/include/arch/smp/smp.h
index 353f8f5f36a2..9d3ae5f92b9d 100644
--- a/src/arch/riscv/include/arch/smp/smp.h
+++ b/src/arch/riscv/include/arch/smp/smp.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef _RISCV_SMP_H
#define _RISCV_SMP_H
diff --git a/src/arch/riscv/include/arch/smp/spinlock.h b/src/arch/riscv/include/arch/smp/spinlock.h
index c9c2e6c02b48..b316ff078d72 100644
--- a/src/arch/riscv/include/arch/smp/spinlock.h
+++ b/src/arch/riscv/include/arch/smp/spinlock.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef ARCH_SMP_SPINLOCK_H
#define ARCH_SMP_SPINLOCK_H