From 74438aa4dc1d5d8788a2d7e327c280d8836c8cca Mon Sep 17 00:00:00 2001 From: Herve Codina Date: Mon, 6 Jul 2015 09:36:45 +0200 Subject: exitcall: move arch_shutdown to exitcall infrastructure Signed-off-by: Herve Codina Signed-off-by: Sascha Hauer --- common/startup.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/startup.c') 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(); } -- cgit v1.2.3