Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56652
b: refs/heads/master
c: 5079df9
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed May 21, 2007
1 parent dadac28 commit 4eb4ee8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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: ef9256d2831df0896566c3823cd2bdf0e55df984
refs/heads/master: 5079df993c3ab45af10dc9a45b3b9e712fd56f23
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/mach-bf533/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ ENTRY(__stext)
STI R2;
#endif

/* Initialise UART */
/* Initialise UART - when booting from u-boot, the UART is not disabled
* so if we dont initalize here, our serial console gets hosed */
p0.h = hi(UART_LCR);
p0.l = lo(UART_LCR);
r0 = 0x0(Z);
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/mach-bf537/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ ENTRY(__stext)
SSYNC;
#endif

/*Initialise UART*/
/* Initialise UART - when booting from u-boot, the UART is not disabled
* so if we dont initalize here, our serial console gets hosed */
p0.h = hi(UART_LCR);
p0.l = lo(UART_LCR);
r0 = 0x0(Z);
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/mach-bf561/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ ENTRY(__stext)
STI R2;
#endif

/* Initialise UART*/
/* Initialise UART - when booting from u-boot, the UART is not disabled
* so if we dont initalize here, our serial console gets hosed */
p0.h = hi(UART_LCR);
p0.l = lo(UART_LCR);
r0 = 0x0(Z);
Expand Down

0 comments on commit 4eb4ee8

Please sign in to comment.