summaryrefslogtreecommitdiffstats
path: root/common/startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/startup.c')
-rw-r--r--common/startup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/startup.c b/common/startup.c
index 0e5de63ffc..10770e76b2 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -151,9 +151,6 @@ void shutdown_barebox(void)
(*exitcall)();
}
-#ifdef ARCH_SHUTDOWN
- arch_shutdown();
-#endif
if (board_shutdown)
board_shutdown();
}