baremetal: make entry point _start instead of lkmc_start

I forgot why I did that. Let's try and see it blow up.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-03-26 00:00:00 +00:00
parent c5aeb1791c
commit 05a07fc0a8
11 changed files with 23 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
.global lkmc_start
lkmc_start:
.global _start
_start:
mov r0, #0x18
ldr r1, =#0x20026
svc 0x00123456