Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63063
b: refs/heads/master
c: 03e5386
h: refs/heads/master
i:
  63061: a3d8a83
  63059: 7c60307
  63055: 25b9960
v: v3
  • Loading branch information
Quinn Jensen authored and Russell King committed Jul 28, 2007
1 parent 32c837b commit a3589a9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cc46f659705c722ae6020dd7411c4ac39cec4408
refs/heads/master: 03e5386e1e6e4f19c18c33fb69afd43054d448b2
3 changes: 1 addition & 2 deletions trunk/include/asm-arm/arch-mxc/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#define __MXC_BOOT_UNCOMPRESS

#include <asm/hardware.h>
#include <asm/processor.h>

#define UART(x) (*(volatile unsigned long *)(serial_port + (x)))

Expand Down Expand Up @@ -62,7 +61,7 @@ static void putc(int ch)
}

while (!(UART(USR2) & USR2_TXFE))
cpu_relax();
barrier();

UART(TXR) = ch;
}
Expand Down

0 comments on commit a3589a9

Please sign in to comment.