arm: fix initial stack pointer

This commit is contained in:
2022-05-08 20:55:01 -07:00
parent f3d875b4ac
commit dae76c4e17
2 changed files with 6 additions and 4 deletions

View File

@@ -29,4 +29,6 @@ SECTIONS
*(.exidx*)
__exidx_end = .;
} > ICTM
}
_initial_stack_pointer = 16384;
}