summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorHerve Codina <Herve.CODINA@celad.com>2015-07-06 09:36:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-07-13 08:28:19 +0200
commit74438aa4dc1d5d8788a2d7e327c280d8836c8cca (patch)
treeba29448a38a42d4a10808f7d88eb8778de68ab71 /common
parenta59a48b684f9173f30ba407ca2d64a9c12e7c2e5 (diff)
downloadbarebox-74438aa4dc1d5d8788a2d7e327c280d8836c8cca.tar.gz
barebox-74438aa4dc1d5d8788a2d7e327c280d8836c8cca.tar.xz
exitcall: move arch_shutdown to exitcall infrastructure
Signed-off-by: Herve Codina <Herve.CODINA@celad.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-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();
}