run: bare-metal hello boots on cortex-a7, emmc 8GiB real GPT33
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
.section .text
|
||||
.global _start
|
||||
.arm
|
||||
_start:
|
||||
ldr sp, =0x40200000
|
||||
bl main
|
||||
hang:
|
||||
b hang
|
||||
Reference in New Issue
Block a user