From 0bbb021b48b62a4e1e4c28bb54d494745034725a Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 20 Jan 2013 13:36:20 +0100 Subject: startup: add __noreturn to start_barebox Signed-off-by: Sascha Hauer --- common/startup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/startup.c') diff --git a/common/startup.c b/common/startup.c index c26bc5f225..ecb56911bd 100644 --- a/common/startup.c +++ b/common/startup.c @@ -90,7 +90,7 @@ fs_initcall(mount_root); int (*barebox_main)(void); -void start_barebox (void) +void __noreturn start_barebox(void) { initcall_t *initcall; int result; @@ -162,4 +162,3 @@ void shutdown_barebox(void) arch_shutdown(); #endif } - -- cgit v1.2.3