diff options
Diffstat (limited to 'include/configs/sun8i.h')
-rw-r--r-- | include/configs/sun8i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h index 4fc63650082..113e320f06c 100644 --- a/include/configs/sun8i.h +++ b/include/configs/sun8i.h @@ -25,6 +25,8 @@ #define CONFIG_ARMV7_PSCI_NR_CPUS 2 #elif defined(CONFIG_MACH_SUN8I_A33) #define CONFIG_ARMV7_PSCI_NR_CPUS 4 +#elif defined(CONFIG_MACH_SUN8I_H3) +#define CONFIG_ARMV7_PSCI_NR_CPUS 4 #else #error Unsupported sun8i variant #endif |