[PATCH skeleton 1/5] Remove fan control support from Palmetto
OpenBMC Patches
openbmc-patches at stwcx.xyz
Fri Apr 15 02:00:51 AEST 2016
From: Brad Bishop <bradleyb at us.ibm.com>
It never had any hardware to support this in the first place.
---
bin/Palmetto.py | 7 -------
1 file changed, 7 deletions(-)
diff --git a/bin/Palmetto.py b/bin/Palmetto.py
index 7172364..09fbe06 100755
--- a/bin/Palmetto.py
+++ b/bin/Palmetto.py
@@ -142,13 +142,6 @@ APPS = {
'monitor_process' : True,
'process_name' : 'chassis_control.py',
},
- 'fans' : {
- 'system_state' : 'BMC_STARTING',
- 'start_process' : True,
- 'monitor_process' : True,
- 'process_name' : 'fan.exe',
- 'args' : [ 'fan0','fan1','fan2','fan3','fan4' ]
- },
'bmc_control' : {
'system_state' : 'BMC_STARTING',
'start_process' : True,
--
2.7.1
More information about the openbmc
mailing list