Commit 8543243c29a60f102d7a3d98027b46bc8cdac421
1 parent
11e0fc3f
No write-protect detect diode on Mainstone II.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3790 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/mainstone.c
... | ... | @@ -78,7 +78,7 @@ static void mainstone_common_init(int ram_size, int vga_ram_size, |
78 | 78 | mst_irq = mst_irq_init(cpu, MST_FPGA_PHYS, PXA2XX_PIC_GPIO_0); |
79 | 79 | |
80 | 80 | /* MMC/SD host */ |
81 | - pxa2xx_mmci_handlers(cpu->mmc, mst_irq[MMC_IRQ], mst_irq[MMC_IRQ]); | |
81 | + pxa2xx_mmci_handlers(cpu->mmc, NULL, mst_irq[MMC_IRQ]); | |
82 | 82 | |
83 | 83 | smc91c111_init(&nd_table[0], MST_ETH_PHYS, mst_irq[ETHERNET_IRQ]); |
84 | 84 | ... | ... |