summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
diff options
context:
space:
mode:
Diffstat (limited to 'import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C')
-rw-r--r--import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C b/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
index 98de3f08..3eb2c501 100644
--- a/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
+++ b/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -71,7 +71,7 @@ BootFreqInitAttributes(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_targ
i_boot_frequency_multiplier = DEFAULT_BOOT_FREQUENCY_MULTIPLIER;
- FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_BOOT_FMULT, i_target, i_boot_frequency_multiplier));
+ FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_BOOT_FREQ_MULT, i_target, i_boot_frequency_multiplier));
// If attribute values are zero, use the default values (hardcoded)
OpenPOWER on IntegriCloud