summaryrefslogtreecommitdiffstats
path: root/hwpf/src
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2016-07-18 23:31:46 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-07-25 07:08:27 -0400
commit63176170f6af016f1100f1175fa68a79c892d36b (patch)
tree0a9beb6edd841f939d78b3aa2e16da0d446d2417 /hwpf/src
parentb235ca287926f34dc42672e90a65afbb3bc30c26 (diff)
downloadtalos-sbe-63176170f6af016f1100f1175fa68a79c892d36b.tar.gz
talos-sbe-63176170f6af016f1100f1175fa68a79c892d36b.zip
Fix linker error
Fix linker error for EQ/PERV versions of plat_getTargetHandleByChipletNumber Change-Id: I6dfcce0a8c1ba4cd02a070ee85c7d7ff90866268 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27168 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'hwpf/src')
-rw-r--r--hwpf/src/plat/target.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/hwpf/src/plat/target.C b/hwpf/src/plat/target.C
index 61d8d00b..395de8bd 100644
--- a/hwpf/src/plat/target.C
+++ b/hwpf/src/plat/target.C
@@ -369,6 +369,8 @@ fapi_try_exit:
return fapi2::current_err;
}
+ template plat_target_handle_t plat_getTargetHandleByChipletNumber<TARGET_TYPE_PERV>(const uint8_t);
+ template plat_target_handle_t plat_getTargetHandleByChipletNumber<TARGET_TYPE_EQ>(const uint8_t);
// Get the plat target handle by chiplet number - For PERV and EQ targets
template<TargetType K>
plat_target_handle_t plat_getTargetHandleByChipletNumber(
OpenPOWER on IntegriCloud