aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-aarch64/bootblock_custom.S
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-07-19 14:00:43 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-26 20:57:18 +0000
commitf50b6625d97199535925af46405414077a41f2d1 (patch)
tree8b5888da9f64e481dc98975146a2e883930876d0 /src/mainboard/emulation/qemu-aarch64/bootblock_custom.S
parent582472c1586876d2b5181e4ad32fc75ff55b11be (diff)
src: Remove extra lines in license header
Change-Id: I7378aa7d6156ece3ab3959707a69f45886f86d21 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43593 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/emulation/qemu-aarch64/bootblock_custom.S')
-rw-r--r--src/mainboard/emulation/qemu-aarch64/bootblock_custom.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/emulation/qemu-aarch64/bootblock_custom.S b/src/mainboard/emulation/qemu-aarch64/bootblock_custom.S
index eb595b9d59..287ddbe281 100644
--- a/src/mainboard/emulation/qemu-aarch64/bootblock_custom.S
+++ b/src/mainboard/emulation/qemu-aarch64/bootblock_custom.S
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
/*
* Early initialization code for aarch64 (a.k.a. armv8)
- *
- *
- * SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <arch/asm.h>