aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/memset.c')
-rw-r--r--src/arch/x86/memset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/memset.c b/src/arch/x86/memset.c
index 4f92a74a6e..17963426c0 100644
--- a/src/arch/x86/memset.c
+++ b/src/arch/x86/memset.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
/* From glibc-2.14, sysdeps/i386/memset.c */