summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/fapiTestHwp.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/fapiTestHwp.C')
-rw-r--r--src/usr/hwpf/hwp/fapiTestHwp.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/fapiTestHwp.C b/src/usr/hwpf/hwp/fapiTestHwp.C
index b37bdd49a..9190f9c07 100644
--- a/src/usr/hwpf/hwp/fapiTestHwp.C
+++ b/src/usr/hwpf/hwp/fapiTestHwp.C
@@ -83,7 +83,7 @@ fapi::ReturnCode hwpInitialTest(const fapi::Target & i_chip)
// Figure out the scom address and create a 64 bit data buffer
ecmdDataBufferBase l_data(64);
- const uint64_t l_addr = 0x0201240B;
+ const uint64_t l_addr = 0x13010002;
// Perform a GetScom operation on the chip
l_rc = GetScom(i_chip, l_addr, l_data);
OpenPOWER on IntegriCloud