aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/slippy/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/slippy/Makefile.inc')
-rw-r--r--src/mainboard/google/slippy/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/slippy/Makefile.inc b/src/mainboard/google/slippy/Makefile.inc
index 1b80e6b035..67b82e5e86 100644
--- a/src/mainboard/google/slippy/Makefile.inc
+++ b/src/mainboard/google/slippy/Makefile.inc
@@ -28,7 +28,8 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
SPD_BIN = $(obj)/spd.bin
# Order of names in SPD_SOURCES is important!
-SPD_SOURCES = Micron_MT41K256M16HA
+SPD_SOURCES = Micron_4KTF25664HZ
+SPD_SOURCES += Hynix_HMT425S6AFR6A
SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/$(f).spd.hex)