configs: Remove unused variables

Change-Id: I95992741e5b2da4678bc0a12f8afcbe88e318a03
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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 @@
 	},
 }
 
-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 @@
     },
 }
 
-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 @@
     },
 }
 
-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 @@
 	}
 }
 
-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 @@
     },
 }
 
-CACHED_INTERFACES = {
-        "org.openbmc.InventoryItem" : True,
-        "org.openbmc.control.Chassis" : True,
-}
-
 INVENTORY_ROOT = '/org/openbmc/inventory'
 
 FRU_INSTANCES = {