summaryrefslogtreecommitdiff
path: root/src/arch/ppc64/bootblock.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/ppc64/bootblock.S')
-rw-r--r--src/arch/ppc64/bootblock.S10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/ppc64/bootblock.S b/src/arch/ppc64/bootblock.S
deleted file mode 100644
index b443f056d1..0000000000
--- a/src/arch/ppc64/bootblock.S
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Early initialization code for POWER8.
- */
-
-.section ".text._start", "ax", %progbits
-.globl _start
-.org 0x100, 0xff
-_start:
- b _start