Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127118
b: refs/heads/master
c: 90fdc13
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Bryan Wu committed Jan 7, 2009
1 parent aa3d9b3 commit ecfe83b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 71ae92f51a5f2d824972cf60b25cc40def62ba29
refs/heads/master: 90fdc1356808643bb53dcd00ed372817aff734ae
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf537/include/mach/blackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#define STATUS_P1 0x02
#define STATUS_P0 0x01

/* DMA Channnel */
/* DMA Channel */
#define bfin_read_CH_UART_RX() bfin_read_CH_UART0_RX()
#define bfin_write_CH_UART_RX(val) bfin_write_CH_UART0_RX(val)
#define CH_UART_RX CH_UART0_RX
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf548/include/mach/blackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

/* UART 0*/

/* DMA Channnel */
/* DMA Channel */
#define bfin_read_CH_UART_RX() bfin_read_CH_UART1_RX()
#define bfin_write_CH_UART_RX(val) bfin_write_CH_UART1_RX(val)
#define bfin_read_CH_UART_TX() bfin_read_CH_UART1_TX()
Expand Down

0 comments on commit ecfe83b

Please sign in to comment.