ichspi.c: print FADDR in ich_init_spi

We print the address registers for ICH7 and VIA at init.
We should do so for ICH9 too.

Corresponding to flashrom svn r1365.

Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: David Hendricks <dhendrix@google.com>
diff --git a/ichspi.c b/ichspi.c
index 19e52d2..99c4613 100644
--- a/ichspi.c
+++ b/ichspi.c
@@ -1288,6 +1288,8 @@
 		msg_pdbg("0x06: 0x%04x (HSFC)\n", tmp2);
 		prettyprint_ich9_reg_hsfc(tmp2);
 
+		tmp = mmio_readl(ich_spibar + ICH9_REG_FADDR);
+		msg_pdbg("0x08: 0x%08x (FADDR)\n", tmp);
 		tmp = mmio_readl(ich_spibar + ICH9_REG_FRAP);
 		msg_pdbg("0x50: 0x%08x (FRAP)\n", tmp);
 		msg_pdbg("BMWAG 0x%02x, ", ICH_BMWAG(tmp));