summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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