summaryrefslogtreecommitdiffstats
path: root/include/configs/sun8i.h
diff options
context:
space:
mode:
authorJens Kuske <jenskuske@gmail.com>2015-11-17 15:12:58 +0100
committerHans de Goede <hdegoede@redhat.com>2015-11-22 11:30:59 +0100
commit1c27b7dcd06e605ed042d928665d26edab8429e4 (patch)
tree9165f3d128e1cd28443be9d72e06ad3f847e83ae /include/configs/sun8i.h
parent6047a3a9c9cf88c38b0b7b99bfeb4edf6661acc8 (diff)
downloadblackbird-obmc-uboot-1c27b7dcd06e605ed042d928665d26edab8429e4.tar.gz
blackbird-obmc-uboot-1c27b7dcd06e605ed042d928665d26edab8429e4.zip
sunxi: Add basic H3 support
Add initial sun8i H3 support, only uart + mmc are supported for now. Signed-off-by: Jens Kuske <jenskuske@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/configs/sun8i.h')
-rw-r--r--include/configs/sun8i.h2
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
OpenPOWER on IntegriCloud