|
@@ -135,7 +135,7 @@ static int bcm63138_smp_boot_secondary(unsigned int cpu,
|
|
}
|
|
}
|
|
|
|
|
|
/* Write the secondary init routine to the BootLUT reset vector */
|
|
/* Write the secondary init routine to the BootLUT reset vector */
|
|
- val = virt_to_phys(bcm63138_secondary_startup);
|
|
|
|
|
|
+ val = virt_to_phys(secondary_startup);
|
|
writel_relaxed(val, bootlut_base + BOOTLUT_RESET_VECT);
|
|
writel_relaxed(val, bootlut_base + BOOTLUT_RESET_VECT);
|
|
|
|
|
|
/* Power up the core, will jump straight to its reset vector when we
|
|
/* Power up the core, will jump straight to its reset vector when we
|