summaryrefslogtreecommitdiff
path: root/src/arch/arm64/armv8/bootblock.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm64/armv8/bootblock.S')
-rw-r--r--src/arch/arm64/armv8/bootblock.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/arm64/armv8/bootblock.S b/src/arch/arm64/armv8/bootblock.S
index 3950f5530d..64d2405895 100644
--- a/src/arch/arm64/armv8/bootblock.S
+++ b/src/arch/arm64/armv8/bootblock.S
@@ -1,7 +1,5 @@
/*
- * Early initialization code for aarch64 (a.k.a. armv8)
- *
- * Copyright 2015 Google Inc.
+ * This file is part of the coreboot project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -12,6 +10,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * Early initialization code for aarch64 (a.k.a. armv8)
*/
#include <arch/asm.h>