summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6400
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 13:06:49 (GMT)
committerBen Dooks <ben-linux@fluff.org>2008-12-15 21:50:31 (GMT)
commitbeda30f6a9c5f8e1eebd195019a537057cc556fd (patch)
tree547c909046ca656874639ed5d34c1939a14b6ae2 /arch/arm/mach-s3c6400
parentc142f173cd5e5e16877016673f482009ffafaef6 (diff)
downloadlinux-fsl-qoriq-beda30f6a9c5f8e1eebd195019a537057cc556fd.tar.xz
[ARM] S3C64XX: Basic CPU detection and map initialisation
Initialise the basic physical to virtual mappings and then detect the CPU that the system is being run on so that the cpu code code can call the correct initialisation code. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r--arch/arm/mach-s3c6400/include/mach/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h
index 0ee6be0..de6cdd5 100644
--- a/arch/arm/mach-s3c6400/include/mach/map.h
+++ b/arch/arm/mach-s3c6400/include/mach/map.h
@@ -24,6 +24,7 @@
#define S3C_PA_UART3 (S3C_PA_UART + 0xC00)
#define S3C_UART_OFFSET (0x400)
+#define S3C64XX_PA_SYSCON (0x7E00F000)
#define S3C64XX_PA_TIMER (0x7F006000)
#define S3C64XX_PA_SDRAM (0x50000000)