aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-s3c2410/uncompress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-s3c2410/uncompress.h b/include/asm-arm/arch-s3c2410/uncompress.h
index 295c89c8ff2c..d78f3dca7d7e 100644
--- a/include/asm-arm/arch-s3c2410/uncompress.h
+++ b/include/asm-arm/arch-s3c2410/uncompress.h
@@ -32,7 +32,7 @@ typedef unsigned int upf_t; /* cannot include linux/serial_core.h */
32/* how many bytes we allow into the FIFO at a time in FIFO mode */ 32/* how many bytes we allow into the FIFO at a time in FIFO mode */
33#define FIFO_MAX (14) 33#define FIFO_MAX (14)
34 34
35#define uart_base S3C24XX_PA_UART + (0x4000*CONFIG_S3C2410_LOWLEVEL_UART_PORT) 35#define uart_base S3C24XX_PA_UART + (0x4000*CONFIG_S3C_LOWLEVEL_UART_PORT)
36 36
37static __inline__ void 37static __inline__ void
38uart_wr(unsigned int reg, unsigned int val) 38uart_wr(unsigned int reg, unsigned int val)