samsung/lumpy: Fix build with System Agent blob
Broken with commit:
2585209
mb/samsung/lumpy/romstage: read SPD data of removable DIMM
The blob can pick SPDs from the addresses defined in pei_data
and we do only define read_spd() with USE_NATIVE_RAMINIT.
Change-Id: Ibd6d7a4a53fa808b476d3060872cb10d3dfce534
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/15329
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
0306e6a8bf
commit
f359997f86
|
@ -216,8 +216,6 @@ void mainboard_fill_pei_data(struct pei_data *pei_data)
|
|||
*pei_data = pei_data_template;
|
||||
// leave onboard dimm address at f0, and copy spd data there.
|
||||
memcpy(pei_data->spd_data[0], locate_spd(), 256);
|
||||
/* read removable dimm spd */
|
||||
read_spd(&pei_data->spd_data[2], 0x50);
|
||||
}
|
||||
|
||||
const struct southbridge_usb_port mainboard_usb_ports[] = {
|
||||
|
|
Loading…
Reference in New Issue