mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
10 lines
141 B
ArmAsm
10 lines
141 B
ArmAsm
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#include "ppc_asm.h"
|
|
|
|
.text
|
|
|
|
.globl _zimage_start
|
|
_zimage_start:
|
|
FIXUP_ENDIAN
|
|
b _zimage_start_lib
|