startup: shutdown at end instead of loop

pull/25/head
Pavol Rusnak 6 years ago
parent 783f1c0323
commit 2a22d9140d

@ -33,8 +33,8 @@ reset_handler:
// enter the application code
bl main
// loop forever if the application code returns
b .
// shutdown if the application code returns
b shutdown
.global shutdown
.type shutdown, STT_FUNC

Loading…
Cancel
Save