diff mbox series

[10/17] hw/fsp/fsp.c: remove lying comments

Message ID 20190618072925.5299-11-stewart@linux.ibm.com
State Accepted
Headers show
Series FSP code free OPAL | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (dbf27b6c4af84addb36bd3be34f96580aba9c873)
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot fail Test snowpatch/job/snowpatch-skiboot on branch master
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot-dco success Signed-off-by present

Commit Message

Stewart Smith June 18, 2019, 7:29 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 hw/fsp/fsp.c | 9 ---------
 1 file changed, 9 deletions(-)
diff mbox series

Patch

diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c
index 4415ab5a5952..456099f48357 100644
--- a/hw/fsp/fsp.c
+++ b/hw/fsp/fsp.c
@@ -14,15 +14,6 @@ 
  * limitations under the License.
  */
 
-/*
- * Service Processor handling code
- *
- * XXX This mixes PSI and FSP and currently only supports
- * P7/P7+ PSI and FSP1
- *
- * If we are going to support P8 PSI and FSP2, we probably want
- * to split the PSI support from the FSP support proper first.
- */
 #include <stdarg.h>
 #include <processor.h>
 #include <io.h>