remove OSStart as indication host is running

This function is checking whether PHYP is at standby or runtime. The
OSStart was never implemented by PHYP so it should not be looked at to
determine this state. The hostboot team is going to utilize this
BootProgress to indicate when they are starting PHYP.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ieeaf69c812b54d00ce23d4e872a9e68a33439e0c
diff --git a/util/dbus.cpp b/util/dbus.cpp
index 166ee30..e0fcd5c 100644
--- a/util/dbus.cpp
+++ b/util/dbus.cpp
@@ -270,7 +270,6 @@
                 server::Progress::convertProgressStagesFromString(bootProgress);
 
             if ((stage == BootProgress::SystemInitComplete) ||
-                (stage == BootProgress::OSStart) ||
                 (stage == BootProgress::OSRunning))
             {
                 host = HostRunningState::Started;