Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19898
b: refs/heads/master
c: 492fd5f
h: refs/heads/master
v: v3
  • Loading branch information
Sergei Shtylylov authored and Ralf Baechle committed Feb 7, 2006
1 parent 3b284c2 commit 8476202
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 80730555af2ef1932bd8b9943333e8837dddfacc
refs/heads/master: 492fd5f2fdbc1bb7e1d517fd5e9b0cd9f3d0b623
4 changes: 4 additions & 0 deletions trunk/include/asm-mips/mach-au1x00/au1000.h
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,11 @@ extern au1xxx_irq_map_t au1xxx_irq_map[];

/* UARTS 0-3 */
#define UART_BASE UART0_ADDR
#ifdef CONFIG_SOC_AU1200
#define UART_DEBUG_BASE UART1_ADDR
#else
#define UART_DEBUG_BASE UART3_ADDR
#endif

#define UART_RX 0 /* Receive buffer */
#define UART_TX 4 /* Transmit buffer */
Expand Down

0 comments on commit 8476202

Please sign in to comment.