microwatt: Implement boot helper
This commit is contained in:
parent
fe9b42facf
commit
e6909e2978
|
@ -1,4 +1,7 @@
|
|||
.section .text, "ax", @progbits
|
||||
.global boot_helper
|
||||
// void boot_helper(unsigned long r1, unsigned long r2, unsigned long r3, unsigned long addr)
|
||||
boot_helper:
|
||||
nop # FIXME
|
||||
mtctr %r6,
|
||||
bctrl
|
||||
ba 0
|
||||
|
|
Loading…
Reference in New Issue