From: Chen-Yu Tsai <wens@csie.org>
Date: Fri, 24 Oct 2014 08:07:25 +0000 (+0800)
Subject: ARM: sunxi: Fix Ippo-q8h-v5 defconfig filename
X-Git-Tag: v2025.01-rc5-pxa1908~14361^2~15
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=d6aac671b68dd865056f909ebd00e6c49297c7c4;p=u-boot.git

ARM: sunxi: Fix Ippo-q8h-v5 defconfig filename

The defconfig for Ippo-q8h-v5 was incorrectly committed as
"Ippo_q8h". This patch renames it correctly, as well as
correct a typo in my name in the maintainers listing.

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>
---

diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index febd126cb8..702b18bf7e 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -52,6 +52,6 @@ S:	Maintained
 F:	configs/Colombus_defconfig
 
 IPPO-Q8H-V5 BOARD
-M:	CHen-Yu Tsai <wens@csie.org>
+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_v5_defconfig
similarity index 100%
rename from configs/Ippo_q8h_defconfig
rename to configs/Ippo_q8h_v5_defconfig