]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
ARM: sunxi: Add Ippo-q8h-v5 A23 tablet board defconfig
authorChen-Yu Tsai <wens@csie.org>
Wed, 22 Oct 2014 08:47:48 +0000 (16:47 +0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 24 Oct 2014 07:35:39 +0000 (09:35 +0200)
Ippo q8h is a series of A23 tablet boards. This defconfig
is for v5 of these boards, though for u-boot purposes they
are mostly the same.

See: http://linux-sunxi.org/Ippo_q8h

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
board/sunxi/MAINTAINERS
configs/Ippo_q8h_defconfig [new file with mode: 0644]

index 7afe45ebee9fc85ee35ced47b2adae6c32dfae27..febd126cb83bb15518515422ac35e25cba071dfa 100644 (file)
@@ -50,3 +50,8 @@ COLOMBUS BOARD
 M:     Maxime Ripard <maxime.ripard@free-electrons.com>
 S:     Maintained
 F:     configs/Colombus_defconfig
+
+IPPO-Q8H-V5 BOARD
+M:     CHen-Yu Tsai <wens@csie.org>
+S:     Maintained
+F:     configs/Ippo_q8h_v5_defconfig
diff --git a/configs/Ippo_q8h_defconfig b/configs/Ippo_q8h_defconfig
new file mode 100644 (file)
index 0000000..781f137
--- /dev/null
@@ -0,0 +1,4 @@
+CONFIG_SYS_EXTRA_OPTIONS="IPPO_Q8H_V5,CONS_INDEX=5"
+CONFIG_ARM=y
+CONFIG_TARGET_SUN8I=y
+CONFIG_DEFAULT_DEVICE_TREE="sun8i-a23-ippo-q8h-v5.dtb"