summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-21 09:05:05 -0400
committerPatrick Williams <patrick@stwcx.xyz>2016-09-23 20:18:45 +0000
commitef3a3ce826e37c6510d4e645d10d77180c318477 (patch)
tree11983446483f5f1a8e7dddbf54f3dc5452397c01 /configs
parent530667501b67dd9af8c7303c23fcabf062b898e0 (diff)
downloadtalos-skeleton-ef3a3ce826e37c6510d4e645d10d77180c318477.tar.gz
talos-skeleton-ef3a3ce826e37c6510d4e645d10d77180c318477.zip
configs: Remove unused variables
Change-Id: I95992741e5b2da4678bc0a12f8afcbe88e318a03 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/Barreleye.py6
-rw-r--r--configs/Firestone.py7
-rw-r--r--configs/Garrison.py7
-rw-r--r--configs/Palmetto.py6
-rw-r--r--configs/Witherspoon.py7
5 files changed, 0 insertions, 33 deletions
diff --git a/configs/Barreleye.py b/configs/Barreleye.py
index 03badf6..52d6906 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -1,6 +1,4 @@
-HOME_PATH = './'
GPIO_BASE = 320
-SYSTEM_NAME = "Barreleye"
## System states
@@ -37,10 +35,6 @@ EXIT_STATE_DEPEND = {
},
}
-CACHED_INTERFACES = {
- "org.openbmc.InventoryItem" : True,
- "org.openbmc.control.Chassis" : True,
- }
INVENTORY_ROOT = '/org/openbmc/inventory'
FRU_INSTANCES = {
diff --git a/configs/Firestone.py b/configs/Firestone.py
index f4281e9..e62a0a8 100644
--- a/configs/Firestone.py
+++ b/configs/Firestone.py
@@ -1,6 +1,4 @@
-HOME_PATH = './'
GPIO_BASE = 320
-SYSTEM_NAME = "Firestone"
## System states
@@ -30,11 +28,6 @@ EXIT_STATE_DEPEND = {
},
}
-CACHED_INTERFACES = {
- "org.openbmc.InventoryItem" : True,
- "org.openbmc.control.Chassis" : True,
-}
-
INVENTORY_ROOT = '/org/openbmc/inventory'
FRU_INSTANCES = {
diff --git a/configs/Garrison.py b/configs/Garrison.py
index 3c06791..b5bfd3a 100644
--- a/configs/Garrison.py
+++ b/configs/Garrison.py
@@ -1,6 +1,4 @@
-HOME_PATH = './'
GPIO_BASE = 320
-SYSTEM_NAME = "Garrison"
## System states
@@ -30,11 +28,6 @@ EXIT_STATE_DEPEND = {
},
}
-CACHED_INTERFACES = {
- "org.openbmc.InventoryItem" : True,
- "org.openbmc.control.Chassis" : True,
-}
-
INVENTORY_ROOT = '/org/openbmc/inventory'
FRU_INSTANCES = {
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index 394f5a3..f99d5e2 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -1,6 +1,4 @@
-HOME_PATH = './'
GPIO_BASE = 320
-SYSTEM_NAME = "Palmetto"
## System states
@@ -31,10 +29,6 @@ EXIT_STATE_DEPEND = {
}
}
-CACHED_INTERFACES = {
- "org.openbmc.InventoryItem" : True,
- "org.openbmc.control.Chassis" : True,
- }
INVENTORY_ROOT = '/org/openbmc/inventory'
ID_LOOKUP = {
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index 008f479..4c73efb 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -1,6 +1,4 @@
-HOME_PATH = './'
GPIO_BASE = 320
-SYSTEM_NAME = "Witherspoon"
## System states
@@ -30,11 +28,6 @@ EXIT_STATE_DEPEND = {
},
}
-CACHED_INTERFACES = {
- "org.openbmc.InventoryItem" : True,
- "org.openbmc.control.Chassis" : True,
-}
-
INVENTORY_ROOT = '/org/openbmc/inventory'
FRU_INSTANCES = {
OpenPOWER on IntegriCloud