summaryrefslogtreecommitdiff
path: root/common/startup.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-10-14 12:46:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-14 12:46:41 +0200
commitd2bb6342d6a812f3ff0dcf17180c0b01b85cacfb (patch)
tree662664ac398af8749af7f3c69bb298394a0fc057 /common/startup.c
parente9299c644a17b7ae6a91d3a4b6ccdd9acba443fe (diff)
parent8fc0a99f32ea083b2e0eee217c813cf36aa8c521 (diff)
downloadbarebox-d2bb6342d6a812f3ff0dcf17180c0b01b85cacfb.tar.gz
Merge branch 'for-next/misc' into master
Diffstat (limited to 'common/startup.c')
-rw-r--r--common/startup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/startup.c b/common/startup.c
index 848c0806e6..d9d79aef89 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -436,6 +436,8 @@ void shutdown_barebox(void)
pr_debug("exitcall-> %pS\n", *exitcall);
(*exitcall)();
}
+
+ console_flush();
}
BAREBOX_MAGICVAR(global.autoboot,