[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/nami: Fix typo in nami Makefile

Furquan Shaikh (Code Review) gerrit at coreboot.org
Fri Mar 9 16:28:52 CET 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/25083


Change subject: mb/google/poppy/variants/nami: Fix typo in nami Makefile
......................................................................

mb/google/poppy/variants/nami: Fix typo in nami Makefile

Change SECONDARY_SPD_SOURCES to SEC_SPD_SOURCES as that is what the
spd target expects.

TEST=Verified that sec-spd.bin is present in coreboot.rom

Change-Id: I4299df1eb9009095ef899c5b83823750dfc715d8
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/mainboard/google/poppy/variants/nami/Makefile.inc
1 file changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/25083/1

diff --git a/src/mainboard/google/poppy/variants/nami/Makefile.inc b/src/mainboard/google/poppy/variants/nami/Makefile.inc
index 1d96df2..6be0e1b 100644
--- a/src/mainboard/google/poppy/variants/nami/Makefile.inc
+++ b/src/mainboard/google/poppy/variants/nami/Makefile.inc
@@ -11,11 +11,11 @@
 SPD_SOURCES += samsung_dimm_K4A4G165WE-BCRC	# 0b0111
 
 # Used when PCH_MEM_CONFIG4 = 1 (LPDDR3)
-SECONDARY_SPD_SOURCES += micron_dimm_MT52L512M32D2PF-107 # 0b0000
-SECONDARY_SPD_SOURCES += micron_dimm_MT52L256M32D1PF-107 # 0b0001
-SECONDARY_SPD_SOURCES += hynix_dimm_H9CCNNNBJTALAR-NUD   # 0b0010
-SECONDARY_SPD_SOURCES += hynix_dimm_H9CCNNN8GTALAR-NUD   # 0b0011
-SECONDARY_SPD_SOURCES += micron_dimm_MT52L1G32D4PG-107   # 0b0100
+SEC_SPD_SOURCES += micron_dimm_MT52L512M32D2PF-107 # 0b0000
+SEC_SPD_SOURCES += micron_dimm_MT52L256M32D1PF-107 # 0b0001
+SEC_SPD_SOURCES += hynix_dimm_H9CCNNNBJTALAR-NUD   # 0b0010
+SEC_SPD_SOURCES += hynix_dimm_H9CCNNN8GTALAR-NUD   # 0b0011
+SEC_SPD_SOURCES += micron_dimm_MT52L1G32D4PG-107   # 0b0100
 
 bootblock-y += gpio.c
 

-- 
To view, visit https://review.coreboot.org/25083
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: I4299df1eb9009095ef899c5b83823750dfc715d8
Gerrit-Change-Number: 25083
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180309/6aa79749/attachment.html>


More information about the coreboot-gerrit mailing list