Commit 1364332320f4d62c3cba01cf4a94eb7a7c0934c4
1 parent
c588de3d
omap1: fix uart3 init (Jean-Christophe PLAGNIOL-VILLARD).
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5906 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/omap1.c
... | ... | @@ -4733,7 +4733,7 @@ struct omap_mpu_state_s *omap310_mpu_init(unsigned long sdram_size, |
4733 | 4733 | omap_findclk(s, "uart2_ck"), |
4734 | 4734 | s->drq[OMAP_DMA_UART2_TX], s->drq[OMAP_DMA_UART2_RX], |
4735 | 4735 | serial_hds[0] ? serial_hds[1] : 0); |
4736 | - s->uart[2] = omap_uart_init(0xe1019800, s->irq[0][OMAP_INT_UART3], | |
4736 | + s->uart[2] = omap_uart_init(0xfffb9800, s->irq[0][OMAP_INT_UART3], | |
4737 | 4737 | omap_findclk(s, "uart3_ck"), |
4738 | 4738 | omap_findclk(s, "uart3_ck"), |
4739 | 4739 | s->drq[OMAP_DMA_UART3_TX], s->drq[OMAP_DMA_UART3_RX], | ... | ... |