From f9acd37d7f15290240d4fb9e365a7b79af57b925 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 20 Jan 2021 23:25:59 +0100 Subject: mb/google/auron: Use `get_gpios` function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I91424a45ae67186987630b7686102f467f57e7ee Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/49779 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- src/mainboard/google/auron/spd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/auron/spd.c') diff --git a/src/mainboard/google/auron/spd.c b/src/mainboard/google/auron/spd.c index 20d7498a7b..e5c3dbd955 100644 --- a/src/mainboard/google/auron/spd.c +++ b/src/mainboard/google/auron/spd.c @@ -74,6 +74,8 @@ void fill_spd_for_index(uint8_t spd[], unsigned int spd_index) size_t spd_file_len; uint8_t *spd_file = cbfs_map("spd.bin", &spd_file_len); + printk(BIOS_DEBUG, "SPD index %d\n", spd_index); + if (!spd_file) die("SPD data not found."); -- cgit v1.2.3