Skip to content

Commit

Permalink
ARM: SAMSUNG: Eliminate plat-s3c
Browse files Browse the repository at this point in the history
The plat-s3c directory is now clear, so remove the files in it and
expunge it from the build process.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Feb 24, 2010
1 parent f94327f commit 7965b21
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 93 deletions.
1 change: 0 additions & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@ source "arch/arm/mach-dove/Kconfig"

source "arch/arm/plat-samsung/Kconfig"
source "arch/arm/plat-s3c24xx/Kconfig"
source "arch/arm/plat-s3c/Kconfig"
source "arch/arm/plat-s5p/Kconfig"
source "arch/arm/plat-s5pc1xx/Kconfig"

Expand Down
8 changes: 4 additions & 4 deletions arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ plat-$(CONFIG_PLAT_IOP) := iop
plat-$(CONFIG_PLAT_NOMADIK) := nomadik
plat-$(CONFIG_PLAT_ORION) := orion
plat-$(CONFIG_PLAT_PXA) := pxa
plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c samsung
plat-$(CONFIG_ARCH_S3C64XX) := s3c samsung
plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx s3c samsung
plat-$(CONFIG_PLAT_S5P) := s5p samsung s3c
plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung
plat-$(CONFIG_ARCH_S3C64XX) := samsung
plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx samsung
plat-$(CONFIG_PLAT_S5P) := s5p samsung
plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx

ifeq ($(CONFIG_ARCH_EBSA110),y)
Expand Down
11 changes: 0 additions & 11 deletions arch/arm/plat-s3c/Kconfig

This file was deleted.

13 changes: 0 additions & 13 deletions arch/arm/plat-s3c/Makefile

This file was deleted.

18 changes: 0 additions & 18 deletions arch/arm/plat-s3c/include/mach/io.h

This file was deleted.

26 changes: 0 additions & 26 deletions arch/arm/plat-s3c/include/mach/timex.h

This file was deleted.

20 changes: 0 additions & 20 deletions arch/arm/plat-s3c/include/mach/vmalloc.h

This file was deleted.

0 comments on commit 7965b21

Please sign in to comment.