aboutsummaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dram/spd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/dram/spd.c b/src/device/dram/spd.c
index cfaf86f517..564a4ead92 100644
--- a/src/device/dram/spd.c
+++ b/src/device/dram/spd.c
@@ -38,6 +38,8 @@ const char *spd_manufacturer_name(const uint16_t mod_id)
case 0x2c80:
case 0x2c00:
return "Micron";
+ case 0x0b03:
+ return "Nanya";
default:
return NULL;
}