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/bcm_ep_board.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/bcm_ep_board.h') diff --git a/include/configs/bcm_ep_board.h b/include/configs/bcm_ep_board.h index d5888e8a2f..50cd7430b5 100644 --- a/include/configs/bcm_ep_board.h +++ b/include/configs/bcm_ep_board.h @@ -93,5 +93,6 @@ /* Misc utility code */ #define CONFIG_BOUNCE_BUFFER #define CONFIG_CRC32_VERIFY +#define CONFIG_ARMV7_PSCI_NR_CPUS 4 #endif /* __BCM_EP_BOARD_H */ -- cgit v1.2.3