aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2019-06-19 17:27:40 +0200
committerJean Delvare <jdelvare@suse.de>2019-06-19 17:27:40 +0200
commit3ec23ced30f80e365c60cacf620a5847231c3ceb (patch)
treeaa0391e4a510ca6baa46267842f983a5f0cc4f6d
parent5df0e20136ea75e44c087d7fe774225296f5a23e (diff)
downloadi2c-tools-3ec23ced30f80e365c60cacf620a5847231c3ceb.tar.gz
decode-dimms: Add MAC abbreviation for DDR4
For consistency as we display "(MAC)" for DDR3.
-rwxr-xr-xeeprom/decode-dimms2
1 files changed, 1 insertions, 1 deletions
diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms
index 9cbb751..7414992 100755
--- a/eeprom/decode-dimms
+++ b/eeprom/decode-dimms
@@ -2003,7 +2003,7 @@ sub decode_ddr4_sdram($)
"700 K", "600 K", "500 K", "400 K", "300 K", "200 K",
undef, "Unlimited");
my $mac = $bytes->[7] & 0x0f;
- printl_cond(defined $mac[$mac], "Maximum Activate Count", $mac[$mac]);
+ printl_cond(defined $mac[$mac], "Maximum Activate Count (MAC)", $mac[$mac]);
my $ppr = $bytes->[9] >> 6;
printl("Post Package Repair",