diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-02-22 23:26:47 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-22 23:26:47 (GMT) |
commit | 110d85acd479b80dc11b7fa3abef63285da8ea0c (patch) | |
tree | 7db6d936d8069deb871c3baab87ed02f8dd1186a /arch/arm/plat-s3c64xx | |
parent | 992426bfe98e71db1ce767fd66f6c68ed18fcc14 (diff) | |
download | linux-110d85acd479b80dc11b7fa3abef63285da8ea0c.tar.xz |
ARM: S3C64XX: Eliminate plat-s3c64xx
Now we've move the support out of plat-s3c64xx for everything, eliminate
the platform directory arch/arm/plat-s3c64xx and remove it from the ARM
build configuration.
Note, PLAT_S3C64XX is kept around for the moment until the drivers that
depend on it can be updated, so it is moved to the mach-s3c64xx Kconfig.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx')
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 12 | ||||
-rw-r--r-- | arch/arm/plat-s3c64xx/Makefile | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig deleted file mode 100644 index ae034c2..0000000 --- a/arch/arm/plat-s3c64xx/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 2008 Openmoko, Inc. -# Copyright 2008 Simtec Electronics -# Ben Dooks <ben@simtec.co.uk> -# -# Licensed under GPLv2 - -config PLAT_S3C64XX - bool - depends on ARCH_S3C64XX - default y - help - Base platform code for any Samsung S3C64XX device diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile deleted file mode 100644 index 7ca1c09..0000000 --- a/arch/arm/plat-s3c64xx/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# arch/arm/plat-s3c64xx/Makefile -# -# Copyright 2008 Openmoko, Inc. -# Copyright 2008 Simtec Electronics -# -# Licensed under GPLv2 - -obj-y := -obj-m := -obj-n := dummy.o -obj- := - |