aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-pxa/uncompress.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-arm/arch-pxa/uncompress.h b/include/asm-arm/arch-pxa/uncompress.h
index 3faad53a6848..dadf4c20b622 100644
--- a/include/asm-arm/arch-pxa/uncompress.h
+++ b/include/asm-arm/arch-pxa/uncompress.h
@@ -12,10 +12,7 @@
12#include <linux/serial_reg.h> 12#include <linux/serial_reg.h>
13#include <asm/arch/pxa-regs.h> 13#include <asm/arch/pxa-regs.h>
14 14
15#define FFUART ((volatile unsigned long *)0x40100000) 15#define __REG(x) ((volatile unsigned long *)x)
16#define BTUART ((volatile unsigned long *)0x40200000)
17#define STUART ((volatile unsigned long *)0x40700000)
18#define HWUART ((volatile unsigned long *)0x41600000)
19 16
20#define UART FFUART 17#define UART FFUART
21 18