summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-04-17 18:11:26 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-04-17 18:11:26 +1000
commitd318cdb3863fcf92288528bfed3b6e435cf6f0ef (patch)
tree0342c7cbdc24c00c0c4b0201e65cc5e4111748c9
parent2c8f96534a978bb4cac3e4b7dd393a9cc4926555 (diff)
downloadblackbird-skiboot-d318cdb3863fcf92288528bfed3b6e435cf6f0ef.tar.gz
blackbird-skiboot-d318cdb3863fcf92288528bfed3b6e435cf6f0ef.zip
hw/xscom: P9P rather than P9
Fixes: 2c8f96534a978bb4cac3e4b7dd393a9cc4926555 Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--hw/xscom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xscom.c b/hw/xscom.c
index e2ee2215..b652e617 100644
--- a/hw/xscom.c
+++ b/hw/xscom.c
@@ -859,7 +859,7 @@ void xscom_init(void)
struct proc_chip *chip;
const char *chip_name;
static const char *chip_names[] = {
- "UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL", "P9N", "P9C", "P9"
+ "UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL", "P9N", "P9C", "P9P"
};
chip = get_chip(gcid);
OpenPOWER on IntegriCloud