Changeset 3627 for trunk/src/host/qemu-neo1973/hw/mainstone.c
- Timestamp:
- 12/10/07 18:51:36 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/host/qemu-neo1973/hw/mainstone.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/host/qemu-neo1973/hw/mainstone.c
r3555 r3627 56 56 exit(1); 57 57 } 58 if (!pflash_register(MST_FLASH_0, mainstone_ram + PXA2XX_INTERNAL_SIZE, 58 if (!pflash_cfi01_register(MST_FLASH_0, 59 mainstone_ram + PXA2XX_INTERNAL_SIZE, 59 60 drives_table[index].bdrv, 60 61 256 * 1024, 128, 4, 0, 0, 0, 0)) { … … 69 70 exit(1); 70 71 } 71 if (!pflash_register(MST_FLASH_1, mainstone_ram + PXA2XX_INTERNAL_SIZE, 72 if (!pflash_cfi01_register(MST_FLASH_1, 73 mainstone_ram + PXA2XX_INTERNAL_SIZE, 72 74 drives_table[index].bdrv, 73 75 256 * 1024, 128, 4, 0, 0, 0, 0)) { … … 77 79 78 80 mst_irq = mst_irq_init(cpu, MST_FPGA_PHYS, PXA2XX_PIC_GPIO_0); 81 82 /* MMC/SD host */ 83 pxa2xx_mmci_handlers(cpu->mmc, NULL, mst_irq[MMC_IRQ]); 84 79 85 smc91c111_init(&nd_table[0], MST_ETH_PHYS, mst_irq[ETHERNET_IRQ]); 80 86
Note: See TracChangeset
for help on using the changeset viewer.
