diff options
| author | Jennifer A. Stofer <stofer@us.ibm.com> | 2017-12-08 10:41:23 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2018-02-01 16:15:33 -0600 |
| commit | d18484592cfb0b7aeb51292e4d23bb484f2aedec (patch) | |
| tree | ef89bef70545ca6e6f6670da51027b8c4df406c0 | |
| parent | 96fd3750bfbebc21b36e86150e94c9b57ea97d1b (diff) | |
| download | talos-hcode-d18484592cfb0b7aeb51292e4d23bb484f2aedec.tar.gz talos-hcode-d18484592cfb0b7aeb51292e4d23bb484f2aedec.zip | |
Revert "Adding p9a support."
This reverts commit 41352b2d444e98639eedc06b1eb0d8da89d4adb3.
Change-Id: Ic3f2099eff3f5c942ef8fb6916e8ee78ca1a9e82
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50703
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
| -rw-r--r-- | import/chips/common/utils/imageProcs/common_ringId.H | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/import/chips/common/utils/imageProcs/common_ringId.H b/import/chips/common/utils/imageProcs/common_ringId.H index 63ca3faf..b8136a3b 100644 --- a/import/chips/common/utils/imageProcs/common_ringId.H +++ b/import/chips/common/utils/imageProcs/common_ringId.H @@ -134,14 +134,13 @@ enum TorMagicNum // -// Chip types and List to represent p9n, p9c, p9a, cen (centaur) +// Chip types and List to represent p9n, p9c, cen (centaur) // NB! There's a matching CHIP_TYPE_LIST definition in common_ringId.C // enum ChipType { CT_P9N, // ==P9 for now CT_P9C, // ==P9 for now - CT_P9A, CT_CEN, NUM_CHIP_TYPES }; @@ -156,7 +155,6 @@ static const ChipTypeList_t CHIP_TYPE_LIST[] = { {"p9n", CT_P9N}, {"p9c", CT_P9C}, - {"p9a", CT_P9A}, {"cen", CT_CEN}, }; |

