aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/kblrvp/spd/Makefile.inc
diff options
context:
space:
mode:
authorNaresh G Solanki <naresh.solanki@intel.com>2016-11-15 19:35:33 +0530
committerAaron Durbin <adurbin@chromium.org>2016-11-30 17:02:58 +0100
commitd138871b16b85ff04c045ab7b11e4b2db87a09bf (patch)
tree20704234ef0bf0155ca5201948f31da744a3fea1 /src/mainboard/intel/kblrvp/spd/Makefile.inc
parent335781ad53cd4988425e922cc24c966958484f0f (diff)
mb/intel/kblrvp: Use common lib spd_bin to get spd
Use common lib spd_bin to get spd. Change-Id: If94413fc36a98f7694f560955bbb80abefe32166 Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com> Reviewed-on: https://review.coreboot.org/17435 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/intel/kblrvp/spd/Makefile.inc')
-rw-r--r--src/mainboard/intel/kblrvp/spd/Makefile.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mainboard/intel/kblrvp/spd/Makefile.inc b/src/mainboard/intel/kblrvp/spd/Makefile.inc
index 83f4831372..0c864fe40b 100644
--- a/src/mainboard/intel/kblrvp/spd/Makefile.inc
+++ b/src/mainboard/intel/kblrvp/spd/Makefile.inc
@@ -26,17 +26,3 @@ SPD_SOURCES += empty # 4b100
SPD_SOURCES += empty # 5b101
SPD_SOURCES += hynix_dimm_H9CCNNNBJTMLAR # 6b110 Dual Channel 8GB
SPD_SOURCES += empty # 7b111
-
-SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/spd/$(f).spd.hex)
-
-# Include spd ROM data
-$(SPD_BIN): $(SPD_DEPS)
- for f in $+; \
- do for c in $$(cat $$f | grep -v ^#); \
- do printf $$(printf '\%o' 0x$$c); \
- done; \
- done > $@
-
-cbfs-files-y += spd.bin
-spd.bin-file := $(SPD_BIN)
-spd.bin-type := spd