[coreboot-gerrit] Change in coreboot[master]: mainboard/google/kahlee: Update SPD Makefile

Martin Roth (Code Review) gerrit at coreboot.org
Tue Jan 9 22:54:57 CET 2018


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/23189


Change subject: mainboard/google/kahlee: Update SPD Makefile
......................................................................

mainboard/google/kahlee: Update SPD Makefile

The .spd.hex text is added to the name by the build process.  This
was causing a failure because we were trying to add the files:
'file.spd.hex.spd.hex' to the build.

Remove the additional .spd.hex text.

BUG=b:71535311
TEST=Build

Change-Id: I11df7a90c979503676a66c6502900a13f1a8e359
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/mainboard/google/kahlee/variants/grunt/spd/Makefile.inc
1 file changed, 16 insertions(+), 16 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/23189/1

diff --git a/src/mainboard/google/kahlee/variants/grunt/spd/Makefile.inc b/src/mainboard/google/kahlee/variants/grunt/spd/Makefile.inc
index db0cf9c..201c6ee 100644
--- a/src/mainboard/google/kahlee/variants/grunt/spd/Makefile.inc
+++ b/src/mainboard/google/kahlee/variants/grunt/spd/Makefile.inc
@@ -16,19 +16,19 @@
 
 LIB_SPD_DEPS = $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/spd/$(f).spd.hex)
 
-SPD_SOURCES =  hynix-H5AN8G6NAFR-UH.spd.hex		# 0b0000
-SPD_SOURCES += hynix-H5ANAG6NAMR-UH.spd.hex		# 1b0001
-SPD_SOURCES += micron-MT40A512M16JY-083E:B.spd.hex	# 2b0010
-SPD_SOURCES += micron-MT40A1G16KNR-075:E.spd.hex	# 3b0011
-SPD_SOURCES += samsung-K4A8G165WB-BCRC.spd.hex		# 4b0100
-SPD_SOURCES += samsung-K4AAG165WB-MCRC.spd.hex		# 5b0101
-SPD_SOURCES += empty					# 6b0110
-SPD_SOURCES += empty					# 7b0111
-SPD_SOURCES += empty					# 8b1000
-SPD_SOURCES += empty					# 9b1001
-SPD_SOURCES += empty					# Ab1010
-SPD_SOURCES += empty					# Bb1011
-SPD_SOURCES += empty					# Cb1100
-SPD_SOURCES += empty					# Db1101
-SPD_SOURCES += empty					# Eb1110
-SPD_SOURCES += empty					# Fb1111
+SPD_SOURCES =  hynix-H5AN8G6NAFR-UH		# 0b0000
+SPD_SOURCES += hynix-H5ANAG6NAMR-UH		# 1b0001
+SPD_SOURCES += micron-MT40A512M16JY-083E:B	# 2b0010
+SPD_SOURCES += micron-MT40A1G16KNR-075:E	# 3b0011
+SPD_SOURCES += samsung-K4A8G165WB-BCRC		# 4b0100
+SPD_SOURCES += samsung-K4AAG165WB-MCRC		# 5b0101
+SPD_SOURCES += empty				# 6b0110
+SPD_SOURCES += empty				# 7b0111
+SPD_SOURCES += empty				# 8b1000
+SPD_SOURCES += empty				# 9b1001
+SPD_SOURCES += empty				# Ab1010
+SPD_SOURCES += empty				# Bb1011
+SPD_SOURCES += empty				# Cb1100
+SPD_SOURCES += empty				# Db1101
+SPD_SOURCES += empty				# Eb1110
+SPD_SOURCES += empty				# Fb1111

-- 
To view, visit https://review.coreboot.org/23189
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I11df7a90c979503676a66c6502900a13f1a8e359
Gerrit-Change-Number: 23189
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180109/855d54c2/attachment.html>


More information about the coreboot-gerrit mailing list