diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2019-06-18 17:29:18 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-06-24 15:59:07 +1000 |
commit | 20965078a1985ba3240f2cae0edb8a3a28868729 (patch) | |
tree | 8e22649626ae77a0d10a1e4a8b53efcbc67d0f6d | |
parent | 5e705176fd26be83d06a9b3ea8be0ced0dc0dcde (diff) | |
download | skiboot-20965078a1985ba3240f2cae0edb8a3a28868729.zip skiboot-20965078a1985ba3240f2cae0edb8a3a28868729.tar.gz skiboot-20965078a1985ba3240f2cae0edb8a3a28868729.tar.bz2 |
hw/fsp/fsp.c: remove lying comments
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r-- | hw/fsp/fsp.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c index 4415ab5..456099f 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> |