summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2015-01-23 14:18:43 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-24 15:36:10 -0600
commitb908135a569ed584b12262a020664d0150e4d933 (patch)
tree695a74c1598415beefc984d27f8a7fd9713ccf2f /src/usr/hwas
parentb03dc1b8e4b20a8039775e474bd9ebf2503bf48c (diff)
downloadtalos-hostboot-b908135a569ed584b12262a020664d0150e4d933.tar.gz
talos-hostboot-b908135a569ed584b12262a020664d0150e4d933.zip
determine the toc locations in pnorrp and rt_pnor code
RTC: 120733 Change-Id: I5372a102ce9761a514a6f7245ca206a2226f1f3b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15456 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/hwasPlatDeconfigGard.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/hwas/hwasPlatDeconfigGard.C b/src/usr/hwas/hwasPlatDeconfigGard.C
index 2911cf3c1..52eb1b04c 100644
--- a/src/usr/hwas/hwasPlatDeconfigGard.C
+++ b/src/usr/hwas/hwasPlatDeconfigGard.C
@@ -493,8 +493,9 @@ errlHndl_t getGardSectionInfo(PNOR::SectionInfo_t& o_sectionInfo)
// @TODO RTC: 120061 - replace config flag with a pnor interface call to say if
// there is a guard section on the current (active) side
// of pnor
-#ifdef CONFIG_TWO_SIDE_SUPPORT
+#ifdef CONFIG_PNOR_TWO_SIDE_SUPPORT
HWAS_INF("getGardSectionInfo: No guard section disabling guard support");
+ delete l_errl;
l_errl = NULL;
#else
HWAS_ERR("getGardSectionInfo:getSectionInfo failed");
OpenPOWER on IntegriCloud