Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- common/startup.c | 3 +++ include/common.h | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/common/startup.c b/common/startup.c index c7d0cf0..2ed16fe 100644 --- a/common/startup.c +++ b/common/startup.c @@ -174,5 +174,8 @@ void __noreturn hang (void) void shutdown_barebox(void) { devices_shutdown(); +#ifdef ARCH_SHUTDOWN + arch_shutdown(); +#endif } diff --git a/include/common.h b/include/common.h index fb1400c..d8130b5 100644 --- a/include/common.h +++ b/include/common.h @@ -135,6 +135,7 @@ void start_barebox(void); void shutdown_barebox(void); int arch_execute(void *, int argc, char *argv[]); +void arch_shutdown(void); int run_shell(void); -- 1.7.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox