diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2015-01-06 01:09:18 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:39 +0100 |
commit | 213dcbfdeb3bdafad48cb330793fa870efef77f0 (patch) | |
tree | 595452730a657499f19381076b2c2904a6111f98 /board/sunxi/Kconfig | |
parent | 7fad8a98020a0ead8b7bdd5f6b5eaf49b91658b5 (diff) | |
download | u-boot-imx-213dcbfdeb3bdafad48cb330793fa870efef77f0.zip u-boot-imx-213dcbfdeb3bdafad48cb330793fa870efef77f0.tar.gz u-boot-imx-213dcbfdeb3bdafad48cb330793fa870efef77f0.tar.bz2 |
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 <wigyori@uid0.hu>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board/sunxi/Kconfig')
-rw-r--r-- | board/sunxi/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 4a6f49f..9a0d8a2 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 |