Kernel: Fix a typo in a comment

This commit is contained in:
Nico Weber 2021-09-26 21:46:28 -04:00 committed by Linus Groh
parent 4c876e88e0
commit b0858b2a55

View file

@ -16,7 +16,7 @@ start:
cbnz x13, halt
// Let stack start before .text for now.
// 512 kiB (0x8000) of stack are probably not sufficient, especially once we give the other cores some stack too,
// 512 kiB (0x80000) of stack are probably not sufficient, especially once we give the other cores some stack too,
// but for now it's ok.
ldr x14, =start
mov sp, x14