diff options
author | Thi Tran <thi@us.ibm.com> | 2011-09-26 11:40:30 -0500 |
---|---|---|
committer | Thi N. Tran <thi@us.ibm.com> | 2011-09-26 14:27:33 -0500 |
commit | be3b49b71922e6c2040562e4f1e13ae8f2b1ceca (patch) | |
tree | a613f3793c7656121538c7f24c8e246107e00dd1 /src/usr/xscom | |
parent | 89bc63c3785b51775ab9e18a5bf9887a28836cac (diff) | |
download | talos-hostboot-be3b49b71922e6c2040562e4f1e13ae8f2b1ceca.tar.gz talos-hostboot-be3b49b71922e6c2040562e4f1e13ae8f2b1ceca.zip |
Change XSCOM test data
Change-Id: I6891d5c77dd4e4bfe045addcd904d853c5ebb0c3
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/363
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/xscom')
-rw-r--r-- | src/usr/xscom/test/xscomtest.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/xscom/test/xscomtest.H b/src/usr/xscom/test/xscomtest.H index 6526de1b4..e39608c4f 100644 --- a/src/usr/xscom/test/xscomtest.H +++ b/src/usr/xscom/test/xscomtest.H @@ -52,7 +52,7 @@ const testXscomAddrData g_xscomAddrTable[] = { // Write data to be ORed with read value {0x13030007, 0x0000040000000000}, - {0x13010002, 0x00000C0000000000}, + {0x13010002, 0xC000000000000000}, }; const uint32_t g_xscomAddrTableSz = sizeof(g_xscomAddrTable)/sizeof(testXscomAddrData); |