More en masse cleanup (whitespace/newlines/headers/etc)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
.extern BootROM
|
||||
|
||||
.section .startphase2,"ax"
|
||||
.code 32
|
||||
.align 0
|
||||
|
||||
.global ramstart
|
||||
ramstart:
|
||||
ldr sp, .stack_end
|
||||
bl BootROM
|
||||
|
||||
.stack_end:
|
||||
.word _stack_end
|
||||
.extern BootROM
|
||||
|
||||
.section .startphase2,"ax"
|
||||
.code 32
|
||||
.align 0
|
||||
|
||||
.global ramstart
|
||||
ramstart:
|
||||
ldr sp, .stack_end
|
||||
bl BootROM
|
||||
|
||||
.stack_end:
|
||||
.word _stack_end
|
||||
|
||||
Reference in New Issue
Block a user