Skip to content

Commit

Permalink
hw/xscom: P9P rather than P9
Browse files Browse the repository at this point in the history
Fixes: 2c8f965
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
stewartsmith committed Apr 17, 2019
1 parent 2c8f965 commit d318cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/xscom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d318cdb

Please sign in to comment.