summaryrefslogtreecommitdiffstats
path: root/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'internal.c')
-rw-r--r--internal.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/internal.c b/internal.c
index 7b31e79..f99a4cc 100644
--- a/internal.c
+++ b/internal.c
@@ -229,8 +229,10 @@ int internal_init(void)
}
#if defined(__i386__) || defined(__x86_64__)
- /* Probe for IT87* LPC->SPI translation unconditionally. */
- it87xx_probe_spi_flash(NULL);
+ /* Probe unconditionally for IT87* LPC->SPI translation and for
+ * IT87* Parallel write enable.
+ */
+ init_superio_ite();
#endif
board_flash_enable(lb_vendor, lb_part);
OpenPOWER on IntegriCloud