Skip to content

Commit

Permalink
Merge branch 'socfpga/soc' into next/soc
Browse files Browse the repository at this point in the history
* socfpga/soc:
  ARM: socfpga: fix build error due to secondary_startup
  • Loading branch information
Kevin Hilman committed Jun 11, 2015
2 parents d97236e + 89b8da0 commit 259f47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-socfpga/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static int socfpga_a10_boot_secondary(unsigned int cpu, struct task_struct *idle
SOCFPGA_A10_RSTMGR_MODMPURST);
memcpy(phys_to_virt(0), &secondary_trampoline, trampoline_size);

writel(virt_to_phys(socfpga_secondary_startup),
writel(virt_to_phys(secondary_startup),
sys_manager_base_addr + (socfpga_cpu1start_addr & 0x00000fff));

flush_cache_all();
Expand Down

0 comments on commit 259f47e

Please sign in to comment.