Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130351
b: refs/heads/master
c: add8240
h: refs/heads/master
i:
  130349: b640f68
  130347: e77cd95
  130343: aba6783
  130335: 968d61d
v: v3
  • Loading branch information
Matt Waddel authored and Greg Ungerer committed Jan 27, 2009
1 parent e8e7951 commit 7252a44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05ae6fa31874eda2484da13c5dc4ddee8a47a0a4
refs/heads/master: add8240eedb586b9d885c324db7f98fc1a470f9f
8 changes: 4 additions & 4 deletions trunk/arch/m68knommu/platform/532x/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ extern unsigned int mcf_timerlevel;

static struct mcf_platform_uart m532x_uart_platform[] = {
{
.mapbase = MCF_MBAR + MCFUART_BASE1,
.mapbase = MCFUART_BASE1,
.irq = MCFINT_VECBASE + MCFINT_UART0,
},
{
.mapbase = MCF_MBAR + MCFUART_BASE2,
.mapbase = MCFUART_BASE2,
.irq = MCFINT_VECBASE + MCFINT_UART1,
},
{
.mapbase = MCF_MBAR + MCFUART_BASE3,
.mapbase = MCFUART_BASE3,
.irq = MCFINT_VECBASE + MCFINT_UART2,
},
{ },
Expand Down Expand Up @@ -108,7 +108,7 @@ void mcf_settimericr(unsigned int timer, unsigned int level)
default: irq = 32; icr = MCFSIM_ICR_TIMER1; break;
}

icrp = (volatile unsigned char *) (MCF_MBAR + icr);
icrp = (volatile unsigned char *) (icr);
*icrp = level;
mcf_enable_irq0(irq);
}
Expand Down

0 comments on commit 7252a44

Please sign in to comment.