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 --- configs/Linksprite_pcDuino_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/Linksprite_pcDuino_defconfig (limited to 'configs/Linksprite_pcDuino_defconfig') diff --git a/configs/Linksprite_pcDuino_defconfig b/configs/Linksprite_pcDuino_defconfig new file mode 100644 index 0000000000..f5b0ca9877 --- /dev/null +++ b/configs/Linksprite_pcDuino_defconfig @@ -0,0 +1,7 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,USB_EHCI" +CONFIG_FDTFILE="sun4i-a10-pcduino.dtb" ++S:CONFIG_ARM=y ++S:CONFIG_ARCH_SUNXI=y ++S:CONFIG_MACH_SUN4I=y ++S:CONFIG_TARGET_PCDUINO=y -- cgit v1.2.3