summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/rule/prdrLoadChipCache.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/framework/rule/prdrLoadChipCache.C')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/rule/prdrLoadChipCache.C6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/framework/rule/prdrLoadChipCache.C b/src/usr/diag/prdf/common/framework/rule/prdrLoadChipCache.C
index cd9c0e3be..5bf4855c3 100755
--- a/src/usr/diag/prdf/common/framework/rule/prdrLoadChipCache.C
+++ b/src/usr/diag/prdf/common/framework/rule/prdrLoadChipCache.C
@@ -99,6 +99,8 @@ namespace Prdr
strncat( filePath, ext, sz_ext );
#ifdef __HOSTBOOT_MODULE
+ // TODO: RTC 119022 remove after UtilFile is supported in HBRT
+ #ifndef __HOSTBOOT_RUNTIME
UtilFile l_ruleFile( filePath );
if ( !l_ruleFile.exists() )
@@ -111,6 +113,7 @@ namespace Prdr
l_ruleFile.Open("r");
}
+ #endif
#else // not __HOSTBOOT_MODULE
// Read the correct directory path for flash.
@@ -151,8 +154,11 @@ namespace Prdr
#endif // end __HOSTBOOT_MODULE
+ // TODO: RTC 119022 remove after UtilFile is supported in HBRT
+ #ifndef __HOSTBOOT_RUNTIME
// Load chip object.
l_errl = LoadChip(l_ruleFile, *(*o_chip));
+ #endif
} while (0);
OpenPOWER on IntegriCloud