From 7b48d8c8bc40ba3215a5ceb2731d762d4b143e3b Mon Sep 17 00:00:00 2001 From: Chen-Yu Tsai Date: Wed, 22 Oct 2014 16:47:48 +0800 Subject: ARM: sunxi: Add Ippo-q8h-v5 A23 tablet board defconfig 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 Acked-by: Ian Campbell --- configs/Ippo_q8h_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/Ippo_q8h_defconfig (limited to 'configs/Ippo_q8h_defconfig') diff --git a/configs/Ippo_q8h_defconfig b/configs/Ippo_q8h_defconfig new file mode 100644 index 0000000000..781f13785b --- /dev/null +++ b/configs/Ippo_q8h_defconfig @@ -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" -- cgit v1.2.1