diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 14:06:49 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 21:50:31 +0000 |
commit | beda30f6a9c5f8e1eebd195019a537057cc556fd (patch) | |
tree | 547c909046ca656874639ed5d34c1939a14b6ae2 /arch/arm/plat-s3c64xx/Makefile | |
parent | c142f173cd5e5e16877016673f482009ffafaef6 (diff) |
[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/plat-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c64xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile index 178c968bb8d..5d9a1d86ab8 100644 --- a/arch/arm/plat-s3c64xx/Makefile +++ b/arch/arm/plat-s3c64xx/Makefile @@ -13,3 +13,4 @@ obj- := # Core files obj-y += dev-uart.o +obj-y += cpu.o |