From 213dcbfdeb3bdafad48cb330793fa870efef77f0 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Tue, 6 Jan 2015 01:09:18 +0100 Subject: sunxi: add Linksprite pcDuino v1/v2 support Add support for a sun4i board built by Linksprite. This addition covers both v1 and v2 versions. As the board has been working with 408MHz memory setting in the u-boot-sunxi branch, and has been proven to be running stable during my tests as well, a respective new DRAM config file is added as well. Signed-off-by: Zoltan HERPAI Acked-by: Hans de Goede Signed-off-by: Hans de Goede --- board/sunxi/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'board/sunxi/Kconfig') diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 4a6f49fd58..9a0d8a2c01 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -124,6 +124,10 @@ config TARGET_IPPO_Q8H_V5 bool "IPPO_Q8H_V5" depends on MACH_SUN8I +config TARGET_PCDUINO + bool "PCDUINO" + depends on MACH_SUN4I + config TARGET_PCDUINO3 bool "PCDUINO3" depends on MACH_SUN7I -- cgit v1.2.1