diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 14:06:45 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 21:49:32 +0000 |
commit | e1a2bd1d2f368faaf377fdf8404a685280a3d0a3 (patch) | |
tree | 1651b1f7c73aa85226745af279d6769a468eb5f4 /arch/arm/plat-s3c24xx/include | |
parent | 0660fed465849160531f4179664922e3b0d8ba96 (diff) | |
download | talos-obmc-linux-e1a2bd1d2f368faaf377fdf8404a685280a3d0a3.tar.gz talos-obmc-linux-e1a2bd1d2f368faaf377fdf8404a685280a3d0a3.zip |
[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 @@ #define S3C24XX_VA_UART S3C_VA_UART #define S3C2410_PA_UART (0x50000000) #define S3C24XX_SZ_UART SZ_1M +#define S3C_UART_OFFSET (0x4000) /* Timers */ #define S3C24XX_VA_TIMER S3C_VA_TIMER |