aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/auron/spd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/auron/spd.c')
-rw-r--r--src/mainboard/google/auron/spd.c2
1 files changed, 2 insertions, 0 deletions
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.");