From 9bb09526fa0f34d011c323a9bb23e62b8df6b8ff Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Fri, 16 Oct 2015 15:30:59 -0600 Subject: google/auron: Remove additional SPD file entries Auron only has three GPIOs for RAMID, so there is no need for sixteen SPD file entries. Only include 8 SPD entries. Change-Id: Icf83719a2a5b9271b29f48cde5c66c4c8ccd07f4 Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/12073 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/mainboard/google/auron/spd/Makefile.inc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/mainboard/google/auron/spd/Makefile.inc b/src/mainboard/google/auron/spd/Makefile.inc index 7b0292d826..fe993dcae5 100644 --- a/src/mainboard/google/auron/spd/Makefile.inc +++ b/src/mainboard/google/auron/spd/Makefile.inc @@ -30,14 +30,6 @@ SPD_SOURCES += Micron_4KTF25664HZ # 0b0100 SPD_SOURCES += Hynix_HMT425S6AFR6A # 0b0101 SPD_SOURCES += Elpida_EDJ4216EFBG # 0b0110 SPD_SOURCES += empty # 0b0111 -SPD_SOURCES += empty # 0b1000 -SPD_SOURCES += empty # 0b1001 -SPD_SOURCES += empty # 0b1010 -SPD_SOURCES += empty # 0b1011 -SPD_SOURCES += empty # 0b1100 -SPD_SOURCES += empty # 0b1101 -SPD_SOURCES += empty # 0b1110 -SPD_SOURCES += empty # 0b1111 SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/spd/$(f).spd.hex) -- cgit v1.2.3