summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xeeprom/decode-dimms3
1 files changed, 2 insertions, 1 deletions
diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms
index b1e4107..a752a47 100755
--- a/eeprom/decode-dimms
+++ b/eeprom/decode-dimms
@@ -2719,7 +2719,8 @@ for $current (0 .. $#dimm) {
$decode_callback{$type}->(\@bytes)
if exists $decode_callback{$type};
- if ($type eq "DDR3 SDRAM") {
+ if ($type eq "DDR3 SDRAM" ||
+ $type eq "LPDDR3 SDRAM") {
# Decode DDR3-specific manufacturing data in bytes
# 117-149
if (@bytes >= 150) {