summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe
diff options
context:
space:
mode:
Diffstat (limited to 'import/chips/p9/procedures/ppe')
-rw-r--r--import/chips/p9/procedures/ppe/hwpf/include/plat/hw_access.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/ppe/hwpf/include/plat/hw_access.H b/import/chips/p9/procedures/ppe/hwpf/include/plat/hw_access.H
index e00bf5d5..67887c88 100644
--- a/import/chips/p9/procedures/ppe/hwpf/include/plat/hw_access.H
+++ b/import/chips/p9/procedures/ppe/hwpf/include/plat/hw_access.H
@@ -110,7 +110,7 @@ inline ReturnCode putRing(const Target<K>& i_target,
ReturnCode l_rc = FAPI2_RC_SUCCESS;
// Find the RS4 string in the SEEPROM
- l_rc = findRS4InImageAndApply(i_target, i_ringID);
+ l_rc = findRS4InImageAndApply(i_target, i_ringID, i_ringMode);
return l_rc;
OpenPOWER on IntegriCloud