[U-Boot] [PATCHv4 7/7] ARMv8/ls1043ardb: add the CONFIG_ARMV8_PSCI when PPA is enabled
Zhiqiang Hou
Zhiqiang.Hou at nxp.com
Mon May 23 13:38:31 CEST 2016
From: Hou Zhiqiang <Zhiqiang.Hou at 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 at nxp.com>
---
V4:
- 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
More information about the U-Boot
mailing list