diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 16:07:21 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 18:07:24 +0900 |
commit | 12eb8474386228c91e35be031d7c3eaa1318b5cf (patch) | |
tree | 6b13ea67b3a37ea1a68039226eb7fdb7f3adfd7d /arch/arm/mach-shmobile/Makefile | |
parent | c970d4ef3ac6d56f5fd02902ad2ad80377c0bca1 (diff) | |
download | blackbird-obmc-linux-12eb8474386228c91e35be031d7c3eaa1318b5cf.tar.gz blackbird-obmc-linux-12eb8474386228c91e35be031d7c3eaa1318b5cf.zip |
ARM: shmobile: Use shared SCU SMP boot code on sh73a0
Use shared SCU code on sh73a0 for SMP boot.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index e401c737fb4d..a32dc1584a25 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -17,7 +17,7 @@ obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o clock-emev2.o # SMP objects smp-y := platsmp.o headsmp.o -smp-$(CONFIG_ARCH_SH73A0) += smp-sh73a0.o headsmp-scu.o +smp-$(CONFIG_ARCH_SH73A0) += smp-sh73a0.o headsmp-scu.o platsmp-scu.o smp-$(CONFIG_ARCH_R8A7779) += smp-r8a7779.o headsmp-scu.o smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o headsmp-scu.o |