summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/tests/mss_rdimm_decoder_ut.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/tests/mss_rdimm_decoder_ut.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/tests/mss_rdimm_decoder_ut.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/tests/mss_rdimm_decoder_ut.C b/src/import/chips/p9/procedures/hwp/memory/tests/mss_rdimm_decoder_ut.C
index 8643a2c6c..21a201c22 100644
--- a/src/import/chips/p9/procedures/hwp/memory/tests/mss_rdimm_decoder_ut.C
+++ b/src/import/chips/p9/procedures/hwp/memory/tests/mss_rdimm_decoder_ut.C
@@ -300,7 +300,7 @@ SCENARIO_METHOD(mcbist_target_test_fixture, "Verify RDIMM SPD Decoding", "[rdimm
/// SPD Byte 136 (Bit 0)
/////////////////////////////
uint8_t l_decoder_output = 0;
- uint8_t l_expected = 0x0; // from VBU fake SPD
+ uint8_t l_expected = 0x1; // from VBU fake SPD
REQUIRE_FALSE( l_decoder.register_to_dram_addr_mapping( l_decoder_output) );
REQUIRE( l_expected == l_decoder_output);
}
OpenPOWER on IntegriCloud