diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2015-11-13 10:35:37 -0600 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2015-12-11 15:30:28 -0600 |
| commit | 3273e7387ba43cce84e8431acc414a943a687f36 (patch) | |
| tree | 2de7206a9aa6e2b7a6cc134de09d6afc4ee68ab4 /src/usr/targeting/attrPlatOverride.C | |
| parent | b06ecf7fa73668849af09d5f4a372629516f3565 (diff) | |
| download | blackbird-hostboot-3273e7387ba43cce84e8431acc414a943a687f36.tar.gz blackbird-hostboot-3273e7387ba43cce84e8431acc414a943a687f36.zip | |
Remove all compile dependencies on old fapi
Change-Id: Ia1633645fe2b294fecd15a8ede67983b86d3549c
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22283
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/attrPlatOverride.C')
| -rw-r--r-- | src/usr/targeting/attrPlatOverride.C | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/usr/targeting/attrPlatOverride.C b/src/usr/targeting/attrPlatOverride.C index 9368c4af1..2b11fbd5e 100644 --- a/src/usr/targeting/attrPlatOverride.C +++ b/src/usr/targeting/attrPlatOverride.C @@ -23,7 +23,8 @@ /* */ /* IBM_PROLOG_END_TAG */ #include <targeting/attrPlatOverride.H> -#include <hwpf/plat/fapiPlatAttrOverrideSync.H> +//@TODO RTC:128106 +//#include <hwpf/plat/fapiPlatAttrOverrideSync.H> #include <targeting/common/trace.H> #include <targeting/common/targreasoncodes.H> #include <errl/errlmanager.H> @@ -37,9 +38,9 @@ errlHndl_t getAttrOverrides(PNOR::SectionInfo_t &i_sectionInfo, TRACFCOMP(g_trac_targeting,"attrPlatOverride::getAttrOverrides ENTER"); // Create local permanent override tank and array of tanks + errlHndl_t l_err = NULL; AttributeTank l_PermTank; AttributeTank* l_overTanks[AttributeTank::TANK_LAYER_LAST]; - errlHndl_t l_err = NULL; // Local pointer to array containing each tank layer or io_tanks AttributeTank* *l_pOverTanks; @@ -49,8 +50,9 @@ errlHndl_t getAttrOverrides(PNOR::SectionInfo_t &i_sectionInfo, if (io_tanks == NULL) { // All indexes are -1 due to the first enum being TANK_LAYER_NONE, - l_overTanks[AttributeTank::TANK_LAYER_FAPI-1] = - &fapi::theAttrOverrideSync().iv_overrideTank; + //@TODO RTC:128106 + //l_overTanks[AttributeTank::TANK_LAYER_FAPI-1] = + // &fapi::theAttrOverrideSync().iv_overrideTank; l_overTanks[AttributeTank::TANK_LAYER_TARG-1] = &Target::theTargOverrideAttrTank(); l_overTanks[AttributeTank::TANK_LAYER_PERM-1] = &l_PermTank; |

