diff options
Diffstat (limited to 'src/arch/arm/armv4')
-rw-r--r-- | src/arch/arm/armv4/Makefile.inc | 1 | ||||
-rw-r--r-- | src/arch/arm/armv4/bootblock.S | 1 | ||||
-rw-r--r-- | src/arch/arm/armv4/cache.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/arm/armv4/Makefile.inc b/src/arch/arm/armv4/Makefile.inc index b3366bf9ec..60a60b1fb9 100644 --- a/src/arch/arm/armv4/Makefile.inc +++ b/src/arch/arm/armv4/Makefile.inc @@ -1,7 +1,6 @@ ################################################################################ ## ## SPDX-License-Identifier: GPL-2.0-only -## This file is part of the coreboot project. ## ############################################################################### diff --git a/src/arch/arm/armv4/bootblock.S b/src/arch/arm/armv4/bootblock.S index 9bf9614762..1fd3651050 100644 --- a/src/arch/arm/armv4/bootblock.S +++ b/src/arch/arm/armv4/bootblock.S @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ /* * Early initialization code for ARM architecture. * diff --git a/src/arch/arm/armv4/cache.c b/src/arch/arm/armv4/cache.c index a79df69203..c667f6da3a 100644 --- a/src/arch/arm/armv4/cache.c +++ b/src/arch/arm/armv4/cache.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: BSD-3-Clause */ -/* This file is part of the coreboot project. */ /* * cache.c: Cache maintenance routines for ARMv7-A and ARMv7-R * |