diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-12-09 16:56:53 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:36 +0100 |
commit | a805b7e5da479a21fdac666237a11687de21b5e6 (patch) | |
tree | 2814d4ca1086a5dfc31c8e1d420899045161b98d /board | |
parent | cac5b1cc0d6daa0c0a037fd24a87d4db4e0a1456 (diff) | |
download | u-boot-imx-a805b7e5da479a21fdac666237a11687de21b5e6.zip u-boot-imx-a805b7e5da479a21fdac666237a11687de21b5e6.tar.gz u-boot-imx-a805b7e5da479a21fdac666237a11687de21b5e6.tar.bz2 |
sun6i: Add new board Merrii Hummingbird A31
The Merrii Hummingbird A31 is a A31 based development board with 1G
RAM, 8G NAND, AP6210 WiFi+BT, gigabit ethernet, USB OTG, 2 USB 2.0
ports connected to a USB hub chip, HDMI, VGA, TV and stereo in/out.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/Kconfig | 4 | ||||
-rw-r--r-- | board/sunxi/MAINTAINERS | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index f7da704..88f09fb 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -111,6 +111,10 @@ config TARGET_CUBIETRUCK bool "CUBIETRUCK" depends on MACH_SUN7I +config TARGET_HUMMINGBIRD_A31 + bool "HUMMINGBIRD_A31" + depends on MACH_SUN6I + config TARGET_IPPO_Q8H_V5 bool "IPPO_Q8H_V5" depends on MACH_SUN8I diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 013d485..1a1814c 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -55,6 +55,11 @@ M: Maxime Ripard <maxime.ripard@free-electrons.com> S: Maintained F: configs/Colombus_defconfig +HUMMINIGBIRD-A31 BOARD +M: Chen-Yu Tsai <wens@csie.org> +S: Maintained +F: configs/Hummingbird_A31_defconfig + IPPO-Q8H-V5 BOARD M: Chen-Yu Tsai <wens@csie.org> S: Maintained |