summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorvishnupatekar <vishnupatekar0510@gmail.com>2015-11-29 01:07:19 +0800
committerHans de Goede <hdegoede@redhat.com>2015-12-10 11:14:21 +0100
commit762e24a07871aec34fb3b5169dee309eb353861d (patch)
tree36edb21a02d2aac5aa74bc11715ad3606f99593d /arch
parentcbc1a91afb7fb0f096453e5574bc5c0719c6c9c4 (diff)
downloadblackbird-obmc-uboot-762e24a07871aec34fb3b5169dee309eb353861d.tar.gz
blackbird-obmc-uboot-762e24a07871aec34fb3b5169dee309eb353861d.zip
sunxi: Add Machine Support for A83T SOC
Allwinner A83T is octa-core cortex-a7 SOC. This enables support for A83T. SMP is not yet supported. Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/sunxi/cpu_info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/sunxi/cpu_info.c b/arch/arm/cpu/armv7/sunxi/cpu_info.c
index 1e73332d7e..b9bc70ca86 100644
--- a/arch/arm/cpu/armv7/sunxi/cpu_info.c
+++ b/arch/arm/cpu/armv7/sunxi/cpu_info.c
@@ -73,6 +73,8 @@ int print_cpuinfo(void)
puts("CPU: Allwinner H3 (SUN8I)\n");
#elif defined CONFIG_MACH_SUN9I
puts("CPU: Allwinner A80 (SUN9I)\n");
+#elif defined CONFIG_MACH_SUN8I_A83T
+ puts("CPU: Allwinner A83T (SUN8I)\n");
#else
#warning Please update cpu_info.c with correct CPU information
puts("CPU: SUNXI Family\n");
OpenPOWER on IntegriCloud