Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54003
b: refs/heads/master
c: fa543f0
h: refs/heads/master
i:
  54001: cafb2e5
  53999: 25084d7
v: v3
  • Loading branch information
Dan Williams authored and Russell King committed Apr 30, 2007
1 parent 60fbb4a commit 8a19f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 84c981ffb371828ad6d1d220f076453b54734302
refs/heads/master: fa543f005de175080640266ca536d45b4b0b1a61
6 changes: 1 addition & 5 deletions trunk/arch/arm/mach-iop13xx/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,11 @@ void __init iop13xx_platform_init(void)

if (init_uart == IOP13XX_INIT_UART_DEFAULT) {
switch (iop13xx_dev_id()) {
/* enable both uarts on iop341 and iop342 */
/* enable both uarts on iop341 */
case 0x3380:
case 0x3384:
case 0x3388:
case 0x338c:
case 0x3382:
case 0x3386:
case 0x338a:
case 0x338e:
init_uart |= IOP13XX_INIT_UART_0;
init_uart |= IOP13XX_INIT_UART_1;
break;
Expand Down

0 comments on commit 8a19f8c

Please sign in to comment.