aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc64/bootblock.S
blob: b443f056d1f9bc0651cc4d5f30492d475ae34c34 (plain)
1
2
3
4
5
6
7
8
9
10
/* 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