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@google.com>
Reviewed-on: https://review.coreboot.org/25083
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Furquan Shaikh 2018-03-09 07:27:37 -08:00 committed by Duncan Laurie
parent b22bbe27fc
commit 80edc84687
1 changed files with 5 additions and 5 deletions

View File

@ -11,11 +11,11 @@ SPD_SOURCES += empty_ddr4 # 0b0110
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