[ARM] S3C6410: Initial CPU support code
authorBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:06:50 +0000 (14:06 +0100)
committerBen Dooks <ben-linux@fluff.org>
Mon, 15 Dec 2008 21:51:04 +0000 (21:51 +0000)
Initial support for the Samsung S3C6410 SoC.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/Makefile
arch/arm/mach-s3c6410/Kconfig
arch/arm/mach-s3c6410/Makefile [new file with mode: 0644]
arch/arm/mach-s3c6410/cpu.c [new file with mode: 0644]

index fed7753..3ce88d7 100644 (file)
@@ -123,7 +123,7 @@ endif
  machine-$(CONFIG_ARCH_S3C2410)           := s3c2410 s3c2400 s3c2412 s3c2440 s3c2442 s3c2443
  machine-$(CONFIG_ARCH_S3C24A0)           := s3c24a0
     plat-$(CONFIG_PLAT_S3C24XX)           := s3c24xx s3c
- machine-$(CONFIG_ARCH_S3C64XX)           := s3c6400
+ machine-$(CONFIG_ARCH_S3C64XX)           := s3c6400 s3c6410
     plat-$(CONFIG_PLAT_S3C64XX)           := s3c64xx s3c
  machine-$(CONFIG_ARCH_LH7A40X)           := lh7a40x
  machine-$(CONFIG_ARCH_VERSATILE)  := versatile
Simple merge
Simple merge
Simple merge