configs: Remove the OperatingSystemStatus sensor

The Operating System Status sensor has moved from
/org/openbmc/sensors to /xyz/openbmc_project/state/host0.
Remove the sensor from the org path.

Tested: Powered on a witherspoon to the Host OS.

Change-Id: I02d50d0a38485833fd73579c5aec41fd157141d0
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/configs/Barreleye.py b/configs/Barreleye.py
index c6e0981..3a8f6fd 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -388,7 +388,6 @@
 # The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
 MISC_SENSORS = {
 	0x09 : { 'class' : 'BootCountSensor' },
-	0x32 : { 'class' : 'OperatingSystemStatusSensor' },
 }
 
 # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Firestone.py b/configs/Firestone.py
index 58bcbf6..249fa34 100644
--- a/configs/Firestone.py
+++ b/configs/Firestone.py
@@ -376,7 +376,6 @@
 # The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
 MISC_SENSORS = {
 	0x5f : { 'class' : 'BootCountSensor' },
-	0xb5 : { 'class' : 'OperatingSystemStatusSensor' },
 }
 
 # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Garrison.py b/configs/Garrison.py
index 6342d74..0e668ce 100644
--- a/configs/Garrison.py
+++ b/configs/Garrison.py
@@ -377,7 +377,6 @@
 # The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
 MISC_SENSORS = {
 	0x5f : { 'class' : 'BootCountSensor' },
-	0xb5 : { 'class' : 'OperatingSystemStatusSensor' },
 }
 
 # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Lanyang.py b/configs/Lanyang.py
index 1507858..1832ff3 100644
--- a/configs/Lanyang.py
+++ b/configs/Lanyang.py
@@ -316,7 +316,6 @@
 # The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
 MISC_SENSORS = {
     0x07 : { 'class' : 'BootCountSensor' },
-    0x02 : { 'class' : 'OperatingSystemStatusSensor' },
 }
 
 # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index 37020c2..3a15011 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -87,7 +87,6 @@
 # The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
 MISC_SENSORS = {
 	0x09 : { 'class' : 'BootCountSensor' },
-	0x32 : { 'class' : 'OperatingSystemStatusSensor' },
 }
 
 # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Romulus.py b/configs/Romulus.py
index c403f09..9c66ca4 100644
--- a/configs/Romulus.py
+++ b/configs/Romulus.py
@@ -249,7 +249,6 @@
 # The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
 MISC_SENSORS = {
     0x8b : { 'class' : 'BootCountSensor' },
-    0x91 : { 'class' : 'OperatingSystemStatusSensor' },
 }
 
 # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index 3ab3554..9416ecd 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -301,7 +301,6 @@
 # The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
 MISC_SENSORS = {
     0x07 : { 'class' : 'BootCountSensor' },
-    0x02 : { 'class' : 'OperatingSystemStatusSensor' },
     # Garrison value is used, Not in P9 XML yet.
     0x0b : { 'class' : 'PowerSupplyRedundancySensor'},
     0xda : { 'class' : 'TurboAllowedSensor' },
diff --git a/configs/Zaius.py b/configs/Zaius.py
index 1507858..1832ff3 100644
--- a/configs/Zaius.py
+++ b/configs/Zaius.py
@@ -316,7 +316,6 @@
 # The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
 MISC_SENSORS = {
     0x07 : { 'class' : 'BootCountSensor' },
-    0x02 : { 'class' : 'OperatingSystemStatusSensor' },
 }
 
 # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4