mb/google/dedede: Update SPD index for waddledee
Micron memory part uses SPD Index 0. BUG=b:152005386 TEST=Build the mainboard. Change-Id: I990a95b13d636148f0f922fd5c6d4e489d35ed2c Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39709 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
a5b0bc4b34
commit
97ea709d42
|
@ -5,6 +5,6 @@
|
|||
## SPDX-License-Identifier: GPL-2.0-or-later
|
||||
##
|
||||
|
||||
SPD_SOURCES = empty #0b0000
|
||||
SPD_SOURCES += Micron_MT53E512M32D2NP_2GB #0b0001
|
||||
SPD_SOURCES = Micron_MT53E512M32D2NP_2GB #0b0000
|
||||
SPD_SOURCES += empty #0b0001
|
||||
SPD_SOURCES += samsung-K4U6E3S4AA-MGCL #0b0010
|
||||
|
|
Loading…
Reference in New Issue