diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 09:06:45 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 16:49:32 -0500 |
commit | e1a2bd1d2f368faaf377fdf8404a685280a3d0a3 (patch) | |
tree | 1651b1f7c73aa85226745af279d6769a468eb5f4 /arch/arm/plat-s3c24xx/include | |
parent | 0660fed465849160531f4179664922e3b0d8ba96 (diff) |
[ARM] S3C64XX: Add system boot-time support
Add the necessary defines for <mach/uncompress.h>
to function and build an working header code block.
Signed-off-by: Ben Doioks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/include')
-rw-r--r-- | arch/arm/plat-s3c24xx/include/plat/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/include/plat/map.h b/arch/arm/plat-s3c24xx/include/plat/map.h index 6222ba8341d4..e7be0c0d3702 100644 --- a/arch/arm/plat-s3c24xx/include/plat/map.h +++ b/arch/arm/plat-s3c24xx/include/plat/map.h | |||
@@ -29,6 +29,7 @@ | |||
29 | #define S3C24XX_VA_UART S3C_VA_UART | 29 | #define S3C24XX_VA_UART S3C_VA_UART |
30 | #define S3C2410_PA_UART (0x50000000) | 30 | #define S3C2410_PA_UART (0x50000000) |
31 | #define S3C24XX_SZ_UART SZ_1M | 31 | #define S3C24XX_SZ_UART SZ_1M |
32 | #define S3C_UART_OFFSET (0x4000) | ||
32 | 33 | ||
33 | /* Timers */ | 34 | /* Timers */ |
34 | #define S3C24XX_VA_TIMER S3C_VA_TIMER | 35 | #define S3C24XX_VA_TIMER S3C_VA_TIMER |