mb/lenovo/x1_carbon_gen1: add missing '+' in spd/Makefile
Each line of spd config overwriting the slot 0 instead
of appending it.
Change-Id: I0124aa34f1d4fcb30810fb7eef03d4828a7ac430
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Tested-on: lenovo x1 carbon gen 1 with elpida 8GB
Fixes: e9787ff61f
("mb/lenovo/x1_carbon_gen1: Add 4GiB SPD index 2")
Reviewed-on: https://review.coreboot.org/20918
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
9cbf3b12f5
commit
de0326b96c
|
@ -16,8 +16,8 @@
|
|||
SPD_BIN = $(obj)/spd.bin
|
||||
|
||||
SPD_SOURCES = elpida.hex # 0b0000 Single Channel 2GB
|
||||
SPD_SOURCES = samsung.hex # 0b0001 placeholder
|
||||
SPD_SOURCES = samsung.hex # 0b0010 4GiB
|
||||
SPD_SOURCES += samsung.hex # 0b0001 placeholder
|
||||
SPD_SOURCES += samsung.hex # 0b0010 4GiB
|
||||
SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/spd/$(f))
|
||||
|
||||
# Include spd ROM data
|
||||
|
|
Loading…
Reference in New Issue