|
@@ -39,8 +39,6 @@
|
|
|
|
|
|
#define OMAP5_CORE_COUNT 0x2
|
|
#define OMAP5_CORE_COUNT 0x2
|
|
|
|
|
|
-u16 pm44xx_errata;
|
|
|
|
-
|
|
|
|
/* SCU base address */
|
|
/* SCU base address */
|
|
static void __iomem *scu_base;
|
|
static void __iomem *scu_base;
|
|
|
|
|
|
@@ -217,10 +215,8 @@ static void __init omap4_smp_prepare_cpus(unsigned int max_cpus)
|
|
if (scu_base)
|
|
if (scu_base)
|
|
scu_enable(scu_base);
|
|
scu_enable(scu_base);
|
|
|
|
|
|
- if (cpu_is_omap446x()) {
|
|
|
|
|
|
+ if (cpu_is_omap446x())
|
|
startup_addr = omap4460_secondary_startup;
|
|
startup_addr = omap4460_secondary_startup;
|
|
- pm44xx_errata |= PM_OMAP4_ROM_SMP_BOOT_ERRATUM_GICD;
|
|
|
|
- }
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* Write the address of secondary startup routine into the
|
|
* Write the address of secondary startup routine into the
|