summaryrefslogtreecommitdiff
path: root/hw/mainstone.c
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2007-12-09 23:29:34 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2007-12-09 23:29:34 +0000
commit8543243c29a60f102d7a3d98027b46bc8cdac421 (patch)
tree59824d3ef9f5c44fae5968f558d8083271028fc4 /hw/mainstone.c
parent11e0fc3fd0be860f54c543c7ac1a9a7242a7ba26 (diff)
downloadqemu-8543243c29a60f102d7a3d98027b46bc8cdac421.tar.gz
No write-protect detect diode on Mainstone II.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3790 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mainstone.c')
-rw-r--r--hw/mainstone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mainstone.c b/hw/mainstone.c
index cf05675d00..8793b336e2 100644
--- a/hw/mainstone.c
+++ b/hw/mainstone.c
@@ -78,7 +78,7 @@ static void mainstone_common_init(int ram_size, int vga_ram_size,
mst_irq = mst_irq_init(cpu, MST_FPGA_PHYS, PXA2XX_PIC_GPIO_0);
/* MMC/SD host */
- pxa2xx_mmci_handlers(cpu->mmc, mst_irq[MMC_IRQ], mst_irq[MMC_IRQ]);
+ pxa2xx_mmci_handlers(cpu->mmc, NULL, mst_irq[MMC_IRQ]);
smc91c111_init(&nd_table[0], MST_ETH_PHYS, mst_irq[ETHERNET_IRQ]);