summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/program_loading.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/program_loading.h b/src/include/program_loading.h
index 7ff55fc4b5..e53cb7c973 100644
--- a/src/include/program_loading.h
+++ b/src/include/program_loading.h
@@ -152,7 +152,7 @@ enum cb_err legacy_romstage_select_and_load(struct prog *romstage);
*/
void preload_ramstage(void);
/* Run ramstage from romstage. */
-void run_ramstage(void);
+void __noreturn run_ramstage(void);
/***********************
* PAYLOAD LOADING *