aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/drivers/spi/spi_flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/spi/spi_flash.c b/src/drivers/spi/spi_flash.c
index ea1b7162d2..5182684478 100644
--- a/src/drivers/spi/spi_flash.c
+++ b/src/drivers/spi/spi_flash.c
@@ -467,6 +467,7 @@ static int find_match(const struct spi_slave *spi, struct spi_flash *flash,
return fill_spi_flash(spi, flash, vi, part);
}
+ printk(BIOS_WARNING, "SF: no match for ID %04x %04x\n", id[0], id[1]);
return -1;
}