diff options
author | Tomasz Figa <t.figa@samsung.com> | 2014-07-03 07:17:12 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-18 15:32:16 -0400 |
commit | aa42587a43e82b409436e05ce52835904de1a96f (patch) | |
tree | 0617153bf08eb07042d3717a9445e59f18a3ae6e /arch/arm/plat-samsung | |
parent | 6d4ed0f46af6c27ca2de4a7d586955aef38ef556 (diff) |
ARM: S5PV210: Enable multi-platform build support
This makes it possible to enable the s5pv210 platform as part of a
multiplatform kernel. Also redundant Kconfig options are removed.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 1 | ||||
-rw-r--r-- | arch/arm/plat-samsung/cpu.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index 906f54b11225..97fc15ecc4ae 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile | |||
@@ -5,7 +5,6 @@ | |||
5 | # Licensed under GPLv2 | 5 | # Licensed under GPLv2 |
6 | 6 | ||
7 | ccflags-$(CONFIG_ARCH_MULTI_V7) += -I$(srctree)/$(src)/include | 7 | ccflags-$(CONFIG_ARCH_MULTI_V7) += -I$(srctree)/$(src)/include |
8 | ccflags-$(CONFIG_ARCH_EXYNOS) += -I$(srctree)/arch/arm/mach-exynos/include | ||
9 | 8 | ||
10 | obj-y := | 9 | obj-y := |
11 | obj-m := | 10 | obj-m := |
diff --git a/arch/arm/plat-samsung/cpu.c b/arch/arm/plat-samsung/cpu.c index 364963a0a344..945fc3f5b7a2 100644 --- a/arch/arm/plat-samsung/cpu.c +++ b/arch/arm/plat-samsung/cpu.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include <linux/io.h> | 16 | #include <linux/io.h> |
17 | 17 | ||
18 | 18 | ||
19 | #include <mach/map.h> | 19 | #include <plat/map-base.h> |
20 | #include <plat/cpu.h> | 20 | #include <plat/cpu.h> |
21 | 21 | ||
22 | unsigned long samsung_cpu_id; | 22 | unsigned long samsung_cpu_id; |