kernel_ldr: fix consistency on hardware

This commit is contained in:
Michael Scire 2020-02-13 22:53:26 -08:00
parent ea0011d572
commit 19e6d2e1c0

View file

@ -96,7 +96,7 @@ _start:
mov sp, x2
br x1
.balign 8
__external_references:
.quad __bss_start__ - _start
.quad __bss_end__ - _start