[U-Boot] [PATCH 03/15] sunxi: Add missing CONFIG_ARMV7_PSCI_NR_CPUS for sun7i

Chen-Yu Tsai wens at csie.org
Sun Jun 19 06:38:33 CEST 2016


sun7i has 2 CPUs.

Signed-off-by: Chen-Yu Tsai <wens at csie.org>
---
 include/configs/sun7i.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h
index 0dd29029b9b3..1c89fdf0d356 100644
--- a/include/configs/sun7i.h
+++ b/include/configs/sun7i.h
@@ -21,6 +21,7 @@
 #define CONFIG_SUNXI_USB_PHYS	3
 
 #define CONFIG_ARMV7_PSCI		1
+#define CONFIG_ARMV7_PSCI_NR_CPUS	2
 #define CONFIG_ARMV7_SECURE_BASE	SUNXI_SRAM_B_BASE
 
 /*
-- 
2.8.1



More information about the U-Boot mailing list