summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/hdatservice.C
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2013-03-11 09:06:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-03-12 12:32:41 -0500
commit252863ed1979ecf96fa5cdc2b13e3a37a0657c77 (patch)
treeae751e5a5a2079702bfbfe6c54a03f2fe5209c60 /src/usr/runtime/hdatservice.C
parent7f1633f215d45102147218390d3b96a167ad2921 (diff)
downloadblackbird-hostboot-252863ed1979ecf96fa5cdc2b13e3a37a0657c77.tar.gz
blackbird-hostboot-252863ed1979ecf96fa5cdc2b13e3a37a0657c77.zip
Skip all HDAT stuff in AVP mode
Change-Id: Ic2940a7f70c8d6f4a6e4afd6ddfeb607a71fe749 RTC: 65948 CQ: SW191055 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3507 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/hdatservice.C')
-rw-r--r--src/usr/runtime/hdatservice.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/runtime/hdatservice.C b/src/usr/runtime/hdatservice.C
index 733063281..a6eceed51 100644
--- a/src/usr/runtime/hdatservice.C
+++ b/src/usr/runtime/hdatservice.C
@@ -318,7 +318,7 @@ errlHndl_t RUNTIME::load_host_data( void )
// if any AVP flags are set, override the payload kind
if( (mnfg_flags & TARGETING::MNFG_FLAG_BIT_MNFG_AVP_ENABLE)
- || (mnfg_flags & TARGETING::MNFG_FLAG_BIT_MNFG_AVP_ENABLE) )
+ || (mnfg_flags & TARGETING::MNFG_FLAG_BIT_MNFG_HDAT_AVP_ENABLE) )
{
if( payload_kind != TARGETING::PAYLOAD_KIND_AVP )
{
OpenPOWER on IntegriCloud