
27 Apr
2016
27 Apr
'16
3:39 p.m.
From: Hou Zhiqiang Zhiqiang.Hou@nxp.com
So far, the PPA use PSCI to make secondary cores bootup. Add this macro to identify the SMP boot-method between PSCI and spin-table.
Signed-off-by: Hou Zhiqiang Zhiqiang.Hou@nxp.com --- V3: - no change
include/configs/ls1043ardb.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index 4d22b63..c7869a5 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -10,6 +10,7 @@ #include "ls1043a_common.h"
#if defined(CONFIG_FSL_LS_PPA) +#define CONFIG_ARMV8_PSCI #define CONFIG_SYS_LS_PPA_DRAM_BLOCK_MIN_SIZE (1UL * 1024 * 1024)
#define CONFIG_SYS_LS_PPA_FW_IN_NOR
--
2.1.0.27.g96db324