bsps/sparc: Fix typo in start.S

Fix typo in start.S introduced by
4678d1a8b0.
This commit is contained in:
Sebastian Huber
2018-08-01 07:41:49 +02:00
parent d906ce30c6
commit 71284ce893

View File

@@ -310,7 +310,7 @@ SYM(hard_reset):
andn %sp, 0x0f, %sp ! align stack on 16-byte boundary
mov %sp, %fp ! set frame pointer
mv %o0, %g6
mov %o0, %g6
call SYM(bsp_start_on_secondary_processor) ! does not return
sub %sp, SPARC_MINIMUM_STACK_FRAME_SIZE, %sp
.Lbootcpu: