From 87f7588c50225ef3d5c87de99635cc4fb9571f89 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 7 Jun 2017 00:17:06 +0200 Subject: device/dram/ddr2.c: Fix is_registered_ddr2 Type 0x10 is mini RDIMM according to JEDEC DDR2 SPD specifications. Change-Id: I6d35bd74961326ebd9225f044313b107aca24bda Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/20058 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/include/device/dram/ddr2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/device/dram/ddr2.h b/src/include/device/dram/ddr2.h index 7f59a7a7c1..8ea80b986a 100644 --- a/src/include/device/dram/ddr2.h +++ b/src/include/device/dram/ddr2.h @@ -75,7 +75,7 @@ enum spd_dimm_type { SPD_DIMM_TYPE_72B_SO_CDIMM = 0x06, SPD_DIMM_TYPE_72B_SO_RDIMM = 0x07, SPD_DIMM_TYPE_MICRO_DIMM = 0x08, - SPD_DIMM_TYPE_MINI_DIMM = 0x10, + SPD_DIMM_TYPE_MINI_RDIMM = 0x10, SPD_DIMM_TYPE_MINI_UDIMM = 0x20, /* Masks to bits 5:0 to give the dimm type */ SPD_DIMM_TYPE_MASK = 0x3f, -- cgit v1.2.3