Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105154
b: refs/heads/master
c: 6d3dfe4
h: refs/heads/master
v: v3
  • Loading branch information
Eric Miao authored and Russell King committed Jul 9, 2008
1 parent 7269590 commit 36736c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 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: b18773d545e65fe442479e3f9853c8ebb8ec45d6
refs/heads/master: 6d3dfe4a3141476a3cf59ce6d2d1c25f9b5cfae8
13 changes: 9 additions & 4 deletions trunk/include/asm-arm/arch-pxa/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

#include <linux/serial_reg.h>
#include <asm/arch/pxa-regs.h>
#include <asm/mach-types.h>

#define __REG(x) ((volatile unsigned long *)x)

#define UART FFUART
#define __REG(x) ((volatile unsigned long *)x)

static volatile unsigned long *UART = FFUART;

static inline void putc(char c)
{
Expand All @@ -33,8 +33,13 @@ static inline void flush(void)
{
}

static inline void arch_decomp_setup(void)
{
if (machine_is_littleton())
UART = STUART;
}

/*
* nothing to do
*/
#define arch_decomp_setup()
#define arch_decomp_wdog()

0 comments on commit 36736c8

Please sign in to comment.