Skip to content

Commit

Permalink
updates to remove TARGET_TYPE_NV
Browse files Browse the repository at this point in the history
  * update parseAttrOvd.C to use OBUS_BRICK
  * switch to ecmd14.7
  * remove TARGET_TYPE_NV from target_types.H

Change-Id: Ib7aa99a5f035ecae058b60a9153012738fb6e57c
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40887
Reviewed-by: Benjamin Gass <bgass@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40922
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
  • Loading branch information
mklight authored and sannerd committed Jul 12, 2017
1 parent 8bc95e5 commit 3fa8be9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/import/hwpf/fapi2/include/target_types.H
Expand Up @@ -68,8 +68,6 @@ enum TargetType
TARGET_TYPE_CAPP = 0x00008000, ///< CAPP target
TARGET_TYPE_DMI = 0x00010000, ///< DMI type
TARGET_TYPE_OBUS = 0x00020000, ///< OBUS type
//@TODO RTC:173529 -- Remove TARGET_TYPE_NV once it is in an ecmd release
TARGET_TYPE_NV = 0x00040000, ///< NV Bus type
TARGET_TYPE_OBUS_BRICK = 0x00040000, ///< OBUS BRICK type
TARGET_TYPE_SBE = 0x00080000, ///< SBE type
TARGET_TYPE_PPE = 0x00100000, ///< PPE type
Expand Down

0 comments on commit 3fa8be9

Please sign in to comment.