diff options
author | Tom Rini <trini@konsulko.com> | 2015-11-22 08:20:03 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-22 08:20:03 -0500 |
commit | 80d307d1159b7edfc28b465e5a359c1dfb20566e (patch) | |
tree | fc65889724eac5ec28d0229226ecd3edfb94a2e8 /include/configs/sun8i.h | |
parent | f3c71c93d71dbc8994648b7f7b98210df2d0a0a6 (diff) | |
parent | aa56cb374de8ae83f3280fdd6c280724228b86d7 (diff) |
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
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 4fc6365008..113e320f06 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 |