aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/slippy/Makefile.inc
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2013-05-03 15:59:59 -0700
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2013-11-24 06:19:46 +0100
commit4d019c9ee2d5d25cc8eac2b97586f761b79e49b2 (patch)
tree7e0ddcecd371ad269912702f87b7e7f75bb5c6f8 /src/mainboard/google/slippy/Makefile.inc
parentf31fcbc832c45294f11541cd96a973d43108b1fa (diff)
slippy: Update SPD
Change-Id: Iae0258ceb0424df0937d2cec7dd885060f5b4e48 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/50082 Reviewed-on: http://review.coreboot.org/4157 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
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)