diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2012-03-02 14:46:53 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-03-21 16:10:12 -0500 |
commit | 368e90dff4f15530ba286e90c3cee574f58a1783 (patch) | |
tree | f1f86938caa4bec6ece00e966c5781fd52ac7175 /src/usr/xscom | |
parent | 606503c551de7b751c6a0b78df2b0c43bd9446cd (diff) | |
download | blackbird-hostboot-368e90dff4f15530ba286e90c3cee574f58a1783.tar.gz blackbird-hostboot-368e90dff4f15530ba286e90c3cee574f58a1783.zip |
Support P8 mambo model and Murano proc.
RTC: 38206
Change-Id: Iab79041931db533ad6b6ebd057c1ef9fe4c4b8cc
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/714
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/xscom')
-rw-r--r-- | src/usr/xscom/xscom.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/xscom/xscom.C b/src/usr/xscom/xscom.C index 8ea937715..9ee6222f2 100644 --- a/src/usr/xscom/xscom.C +++ b/src/usr/xscom/xscom.C @@ -215,7 +215,7 @@ uint8_t getMaxChipsPerNode() // for both Salerno and Venice switch (l_coreType) { - case CORE_POWER8_SALERNO: + case CORE_POWER8_MURANO: case CORE_POWER8_VENICE: case CORE_UNKNOWN: default: |