diff options
Diffstat (limited to 'src/mainboard/google/falco/Makefile.inc')
-rw-r--r-- | src/mainboard/google/falco/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/falco/Makefile.inc b/src/mainboard/google/falco/Makefile.inc index 7e6a9ac835..e19db11114 100644 --- a/src/mainboard/google/falco/Makefile.inc +++ b/src/mainboard/google/falco/Makefile.inc @@ -30,6 +30,7 @@ SPD_BIN = $(obj)/spd.bin # Order of names in SPD_SOURCES is important! SPD_SOURCES = Hynix_HMT425S6AFR6A SPD_SOURCES += Micron_4KTF25664HZ +SPD_SOURCES += Elpida_EDJ4216EFBG SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/$(f).spd.hex) |