diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-05-20 01:51:08 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 02:28:32 -0400 |
commit | acc84707d3487735fc666fdeab76185d086428c0 (patch) | |
tree | 2ad25308d04b36f1fc2d0d9413f3a4fa9179331e /arch/arm/Makefile | |
parent | 2af716ba77d26f3d291fe7c7f5a5108d4945c69f (diff) |
ARM: SAMSUNG: move S5PC100 support from plat-s5pc1xx to plat-s5p framework
This patch moves S5PC100 SoC support to plat-s5p framework. Most
periperal support code has been already moved from plat-s5pc1xx to
mach-s5pc100.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 9505a70bfc0a..f7cb6d495484 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -167,7 +167,7 @@ machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0 | |||
167 | machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx | 167 | machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx |
168 | machine-$(CONFIG_ARCH_S5P6440) := s5p6440 | 168 | machine-$(CONFIG_ARCH_S5P6440) := s5p6440 |
169 | machine-$(CONFIG_ARCH_S5P6442) := s5p6442 | 169 | machine-$(CONFIG_ARCH_S5P6442) := s5p6442 |
170 | machine-$(CONFIG_ARCH_S5PC1XX) := s5pc100 | 170 | machine-$(CONFIG_ARCH_S5PC100) := s5pc100 |
171 | machine-$(CONFIG_ARCH_S5PV210) := s5pv210 | 171 | machine-$(CONFIG_ARCH_S5PV210) := s5pv210 |
172 | machine-$(CONFIG_ARCH_SA1100) := sa1100 | 172 | machine-$(CONFIG_ARCH_SA1100) := sa1100 |
173 | machine-$(CONFIG_ARCH_SHARK) := shark | 173 | machine-$(CONFIG_ARCH_SHARK) := shark |
@@ -192,7 +192,6 @@ plat-$(CONFIG_PLAT_NOMADIK) := nomadik | |||
192 | plat-$(CONFIG_PLAT_ORION) := orion | 192 | plat-$(CONFIG_PLAT_ORION) := orion |
193 | plat-$(CONFIG_PLAT_PXA) := pxa | 193 | plat-$(CONFIG_PLAT_PXA) := pxa |
194 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung | 194 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung |
195 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx samsung | ||
196 | plat-$(CONFIG_PLAT_S5P) := s5p samsung | 195 | plat-$(CONFIG_PLAT_S5P) := s5p samsung |
197 | 196 | ||
198 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 197 | ifeq ($(CONFIG_ARCH_EBSA110),y) |