summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x1_carbon_gen1/spd/Makefile.inc
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-08-01 18:59:50 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-08-19 00:19:54 +0000
commit532e8a9bf55b9963bc601757bcd0155798b1a3fe (patch)
tree66a4f2515dc0c5acaaeac0b7d4cde40e64649b1d /src/mainboard/lenovo/x1_carbon_gen1/spd/Makefile.inc
parent5d6593a43c728a9d526a3cb0026048bf335830d4 (diff)
downloadcoreboot-532e8a9bf55b9963bc601757bcd0155798b1a3fe.tar.xz
mb/lenovo/x1_carbon_gen1: add support for hynix memory
All different memory configuration should be supported by now. Thanks to Igor Lee. Change-Id: Ib93c0e3cbdc29cbf6cff26292df4fbbb8208082f Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Tested-by: Igor Lee <getrun@gmail.com> Reviewed-on: https://review.coreboot.org/27781 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/lenovo/x1_carbon_gen1/spd/Makefile.inc')
-rw-r--r--src/mainboard/lenovo/x1_carbon_gen1/spd/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x1_carbon_gen1/spd/Makefile.inc b/src/mainboard/lenovo/x1_carbon_gen1/spd/Makefile.inc
index 0c908265ab..f5c233add0 100644
--- a/src/mainboard/lenovo/x1_carbon_gen1/spd/Makefile.inc
+++ b/src/mainboard/lenovo/x1_carbon_gen1/spd/Makefile.inc
@@ -16,7 +16,7 @@
SPD_BIN = $(obj)/spd.bin
SPD_SOURCES = elpida.hex # 0b0000 Single Channel 2GB
-SPD_SOURCES += samsung.hex # 0b0001 placeholder
+SPD_SOURCES += hynix.hex # 0b0001 2GiB
SPD_SOURCES += samsung.hex # 0b0010 4GiB
SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/spd/$(f))