From d318cdb3863fcf92288528bfed3b6e435cf6f0ef Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 17 Apr 2019 18:11:26 +1000 Subject: hw/xscom: P9P rather than P9 Fixes: 2c8f96534a978bb4cac3e4b7dd393a9cc4926555 Signed-off-by: Stewart Smith --- hw/xscom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1