Remove host0 from BMC_STARTING dependency

/org/openbmc/control/host0 doesn't exist
on p9 systems

Change-Id: I4d7ea3ab97ae58f258851e1accc1e46c28f0e80a
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/configs/Romulus.py b/configs/Romulus.py
index 46de4ab..c474647 100644
--- a/configs/Romulus.py
+++ b/configs/Romulus.py
@@ -19,7 +19,6 @@
     'BMC_STARTING' : {
         '/org/openbmc/control/chassis0': 0,
         '/org/openbmc/control/power0' : 0,
-        '/org/openbmc/control/host0' : 0,
         '/org/openbmc/control/flash/bios' : 0,
     },
 }
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index 586cf26..1fe77d0 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -20,7 +20,6 @@
     'BMC_STARTING' : {
         '/org/openbmc/control/chassis0': 0,
         '/org/openbmc/control/power0' : 0,
-        '/org/openbmc/control/host0' : 0,
         '/org/openbmc/control/flash/bios' : 0,
     },
 }
diff --git a/configs/Zaius.py b/configs/Zaius.py
index a4eceb2..6b46f63 100644
--- a/configs/Zaius.py
+++ b/configs/Zaius.py
@@ -20,7 +20,6 @@
     'BMC_STARTING' : {
         '/org/openbmc/control/chassis0': 0,
         '/org/openbmc/control/power0' : 0,
-        '/org/openbmc/control/host0' : 0,
         '/org/openbmc/control/flash/bios' : 0,
     },
 }