diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/isteps/pm/pm_common.C | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/isteps/pm/pm_common.C b/src/usr/isteps/pm/pm_common.C index 48e5c420a..3d31d6dd0 100644 --- a/src/usr/isteps/pm/pm_common.C +++ b/src/usr/isteps/pm/pm_common.C @@ -285,7 +285,13 @@ namespace HBPM do { + // TODO RTC: 214257 + // Remove workaround forcing use of NIMBUS lid for Axone's hcode lid + #ifdef CONFIG_AXONE_BRING_UP + bool l_isNimbus = true; + #else bool l_isNimbus = (i_target->getAttr<ATTR_MODEL>() == MODEL_NIMBUS); + #endif uint32_t l_lidId = (l_isNimbus) ? Util::NIMBUS_HCODE_LIDID : Util::CUMULUS_HCODE_LIDID; if(g_pHcodeLidMgr.get() == nullptr) |