ARM: sunxi: Fix Ippo-q8h-v5 defconfig filename
authorChen-Yu Tsai <wens@csie.org>
Fri, 24 Oct 2014 08:07:25 +0000 (16:07 +0800)
committerHans de Goede <hdegoede@redhat.com>
Wed, 5 Nov 2014 12:09:57 +0000 (13:09 +0100)
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>
board/sunxi/MAINTAINERS
configs/Ippo_q8h_defconfig [deleted file]
configs/Ippo_q8h_v5_defconfig [new file with mode: 0644]

index febd126cb83bb15518515422ac35e25cba071dfa..702b18bf7ecf3f7af6fb0f9defb85264b26acae2 100644 (file)
@@ -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_defconfig
deleted file mode 100644 (file)
index 781f137..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-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"
diff --git a/configs/Ippo_q8h_v5_defconfig b/configs/Ippo_q8h_v5_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"