mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
8 lines
102 B
ArmAsm
8 lines
102 B
ArmAsm
#include "ppc_asm.h"
|
|
|
|
.text
|
|
|
|
.globl _zimage_start
|
|
_zimage_start:
|
|
FIXUP_ENDIAN
|
|
b _zimage_start_lib
|