diff options
author | Michael Walle <michael@walle.cc> | 2011-08-11 00:13:23 +0200 |
---|---|---|
committer | Michael Walle <michael@walle.cc> | 2011-10-03 12:44:22 +0200 |
commit | fcfa339778a624dd67bb2def664ec6aabb497ba8 (patch) | |
tree | 0e9fa8160c64b72314a1e013178b815db4b23bfc /hw/milkymist.c | |
parent | 27f930c5f0c26fbb845d8071e3bca5f127891ecd (diff) |
milkymist_uart: support new core version
The new version of the uart core introduces status and control bits.
Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'hw/milkymist.c')
-rw-r--r-- | hw/milkymist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/milkymist.c b/hw/milkymist.c index bca0a58d8c..6d99260b20 100644 --- a/hw/milkymist.c +++ b/hw/milkymist.c @@ -146,7 +146,7 @@ milkymist_init(ram_addr_t ram_size_not_used, exit(1); } - milkymist_uart_create(0x60000000, irq[0], irq[1]); + milkymist_uart_create(0x60000000, irq[0]); milkymist_sysctl_create(0x60001000, irq[2], irq[3], irq[4], 80000000, 0x10014d31, 0x0000041f, 0x00000001); milkymist_hpdmc_create(0x60002000); |