diff options
Diffstat (limited to 'include/configs/sun7i.h')
-rw-r--r-- | include/configs/sun7i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h index 0dd29029b9..e9074d5dfb 100644 --- a/include/configs/sun7i.h +++ b/include/configs/sun7i.h @@ -21,7 +21,9 @@ #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 +#define CONFIG_ARMV7_SECURE_MAX_SIZE (64 * 1024) /* 64 KB */ /* * Include common sunxi configuration where most the settings are |