Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296082
b: refs/heads/master
c: 31bac13
h: refs/heads/master
v: v3
  • Loading branch information
Doug Anderson authored and Olof Johansson committed Feb 7, 2012
1 parent fc9fbb2 commit d047b8f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 229c7b22a24b9996e3a3eb1a2748e255e16bc323
refs/heads/master: 31bac1375bda9787f18b2f60e0e1ca62258ea09c
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-tegra/include/mach/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

#define DEBUG_UART_SHIFT 2

volatile u8 *uart;

static void putc(int c)
{
volatile u8 *uart = (volatile u8 *)TEGRA_DEBUG_UART_BASE;

if (uart == NULL)
return;

Expand All @@ -50,8 +50,8 @@ static inline void arch_decomp_setup(void)
{
volatile u32 *apb_misc = (volatile u32 *)TEGRA_APB_MISC_BASE;
u32 chip, div;
volatile u8 *uart = (volatile u8 *)TEGRA_DEBUG_UART_BASE;

uart = (volatile u8 *)TEGRA_DEBUG_UART_BASE;
if (uart == NULL)
return;

Expand Down

0 comments on commit d047b8f

Please sign in to comment.