summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/initfiles/p9_core_scom.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/initfiles/p9_core_scom.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9_core_scom.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9_core_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9_core_scom.C
index 59aababd..80f65383 100644
--- a/src/import/chips/p9/procedures/hwp/initfiles/p9_core_scom.C
+++ b/src/import/chips/p9/procedures/hwp/initfiles/p9_core_scom.C
@@ -31,7 +31,7 @@ using namespace fapi2;
constexpr uint64_t literal_0x0301D70000AB7696 = 0x0301D70000AB7696;
constexpr uint64_t literal_0x0000000000000000 = 0x0000000000000000;
-constexpr uint64_t literal_0xA858009775100008 = 0xA858009775100008;
+constexpr uint64_t literal_0xA854009775100008 = 0xA854009775100008;
fapi2::ReturnCode p9_core_scom(const fapi2::Target<fapi2::TARGET_TYPE_CORE>& TGT0)
{
@@ -52,7 +52,7 @@ fapi2::ReturnCode p9_core_scom(const fapi2::Target<fapi2::TARGET_TYPE_CORE>& TGT
{
FAPI_TRY(fapi2::getScom( TGT0, 0x20010a47ull, l_scom_buffer ));
- l_scom_buffer.insert<0, 64, 0, uint64_t>(literal_0xA858009775100008 );
+ l_scom_buffer.insert<0, 64, 0, uint64_t>(literal_0xA854009775100008 );
FAPI_TRY(fapi2::putScom(TGT0, 0x20010a47ull, l_scom_buffer));
}
OpenPOWER on IntegriCloud