summaryrefslogtreecommitdiffstats
path: root/src/usr/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/console')
-rw-r--r--src/usr/console/daemon.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/console/daemon.C b/src/usr/console/daemon.C
index b51122561..0887afc7c 100644
--- a/src/usr/console/daemon.C
+++ b/src/usr/console/daemon.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2017 */
+/* Contributors Listed Below - COPYRIGHT 2014,2018 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -31,6 +31,7 @@
#include <initservice/initserviceif.H>
#include "uart.H"
#include "daemon.H"
+#include <util/misc.H>
extern char hbi_ImageId[];
@@ -72,6 +73,8 @@ namespace CONSOLE
Uart::g_device->initialize();
}
+ Util::setIsConsoleStarted();
+
// Display a banner denoting the hostboot version
char banner[256];
snprintf(banner, sizeof(banner),
OpenPOWER on IntegriCloud