summaryrefslogtreecommitdiffstats
path: root/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'internal.c')
-rw-r--r--internal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal.c b/internal.c
index e2444fd..39edd10 100644
--- a/internal.c
+++ b/internal.c
@@ -173,6 +173,9 @@ int internal_init(void)
"will most likely fail.\n");
}
+ /* Probe for IT87* LPC->SPI translation unconditionally. */
+ it87xx_probe_spi_flash(NULL);
+
board_flash_enable(lb_vendor, lb_part);
/* Even if chipset init returns an error code, we don't want to abort.
OpenPOWER on IntegriCloud