diff options
Diffstat (limited to 'src/arch/ppc64/bootblock.S')
-rw-r--r-- | src/arch/ppc64/bootblock.S | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/arch/ppc64/bootblock.S b/src/arch/ppc64/bootblock.S index 77289a1246..2628e0dabe 100644 --- a/src/arch/ppc64/bootblock.S +++ b/src/arch/ppc64/bootblock.S @@ -1,8 +1,5 @@ /* - * Early initialization code for POWER8. - * - * Copyright 2016 Raptor Engineering, LLC - * Copyright 2013 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 @@ -13,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 POWER8. */ .section ".text._start", "ax", %progbits |