aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64/stages.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm64/stages.c')
-rw-r--r--src/arch/arm64/stages.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/arm64/stages.c b/src/arch/arm64/stages.c
index e1ab21aadf..8316b221fe 100644
--- a/src/arch/arm64/stages.c
+++ b/src/arch/arm64/stages.c
@@ -31,11 +31,6 @@
#include <arch/stages.h>
#include <arch/cache.h>
-void stage_entry(void)
-{
- main();
-}
-
/* we had marked 'doit' as 'noreturn'.
* There is no apparent harm in leaving it as something we can return from, and in the one
* case where we call a payload, the payload is allowed to return.