diff options
author | Chris Zhou <chris_zhou@compal.corp-partner.google.com> | 2018-10-09 14:38:02 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-10-10 16:29:53 +0000 |
commit | 6ae7a2a10110fb86a8f4447433bb431a8ec37cb5 (patch) | |
tree | eba58d30a1eff0162f42752c81873011adff480f /src/mainboard/google/poppy/variants | |
parent | d74df17eb41029033b5abac7866920938d5bc0ef (diff) |
mb/google/poppy/variants/nami: Add samsung_dimm_K4AAG165WB-MCRC SPD
Add SPD file for sdp samsung_dimm_K4AAG165WB-MCRC (ram id: 9)
BUG=b:112679174
TEST=emerge-nami coreboot chromeos-bootimage
Change-Id: Iac1e3ca4b009cc9be94608cd342f535fa581a5eb
Signed-off-by: Chris Zhou <chris_zhou@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/28974
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/poppy/variants')
-rw-r--r-- | src/mainboard/google/poppy/variants/nami/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/poppy/variants/nami/Makefile.inc b/src/mainboard/google/poppy/variants/nami/Makefile.inc index b02b7d48df..ae33c2723f 100644 --- a/src/mainboard/google/poppy/variants/nami/Makefile.inc +++ b/src/mainboard/google/poppy/variants/nami/Makefile.inc @@ -10,7 +10,7 @@ SPD_SOURCES += hynix_dimm_H5ANAG6NCMR-VKC # 0b0101 SPD_SOURCES += hynix_dimm_H5AN8G6NAFR-UHC # 0b0110 SPD_SOURCES += samsung_dimm_K4A4G165WE-BCRC # 0b0111 SPD_SOURCES += samsung_dimm_K4A8G165WC-BCTD # 0b1000 -SPD_SOURCES += empty_ddr4 # 0b1001 +SPD_SOURCES += samsung_dimm_K4AAG165WB-MCRC # 0b1001 SPD_SOURCES += empty_ddr4 # 0b1010 SPD_SOURCES += empty_ddr4 # 0b1011 SPD_SOURCES += empty_ddr4 # 0b1100 |