5 lines
66 B
ArmAsm
5 lines
66 B
ArmAsm
.text
|
|
.global _zimage_start
|
|
_zimage_start:
|
|
b _zimage_start_lib
|