From fc5d54b7fa3fa602e06e2f0863c0b134d6afca70 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 15 Jul 2016 15:30:33 -0400 Subject: configs: Add more CONFIG_ARMV7_PSCI_NR_CPUS entries The code had assumed 4 CPUS before and now we have this configurable. For now, set this to the previous default. Cc: Chander Kashyap Cc: Steve Rae Cc: Minkyu Kang Signed-off-by: Tom Rini Reviewed-by: Hans de Goede --- include/configs/arndale.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/arndale.h') diff --git a/include/configs/arndale.h b/include/configs/arndale.h index b08f341..18e59fc 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -45,6 +45,7 @@ #define CONFIG_S5P_PA_SYSRAM 0x02020000 #define CONFIG_SMP_PEN_ADDR CONFIG_S5P_PA_SYSRAM +#define CONFIG_ARMV7_PSCI_NR_CPUS 4 /* The PERIPHBASE in the CBAR register is wrong on the Arndale, so override it */ #define CONFIG_ARM_GIC_BASE_ADDRESS 0x10480000 -- cgit v1.1