summaryrefslogtreecommitdiff
path: root/src/mainboard/google/zoombini/variants/meowth/spd/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/zoombini/variants/meowth/spd/Makefile.inc')
-rw-r--r--src/mainboard/google/zoombini/variants/meowth/spd/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/zoombini/variants/meowth/spd/Makefile.inc b/src/mainboard/google/zoombini/variants/meowth/spd/Makefile.inc
index cca43516b7..a4a79558ab 100644
--- a/src/mainboard/google/zoombini/variants/meowth/spd/Makefile.inc
+++ b/src/mainboard/google/zoombini/variants/meowth/spd/Makefile.inc
@@ -17,6 +17,9 @@
SPD_BIN = $(obj)/spd.bin
SPD_SOURCES = Samsung_K4F8E304HB_1GB # 0b000
+SPD_SOURCES += Hynix_H9HCNNN8KUMLHR_1GB # 0b001
+SPD_SOURCES += Samsung_K4F6E3S4HM_2GB # 0b010
+SPD_SOURCES += Hynix_H9HCNNNCPUMLHR_4GB # 0b011
ifeq ($(SPD_SOURCES),)
SPD_DEPS := $(error SPD_SOURCES is not set. Variant must provide this)