From d6aac671b68dd865056f909ebd00e6c49297c7c4 Mon Sep 17 00:00:00 2001 From: Chen-Yu Tsai Date: Fri, 24 Oct 2014 16:07:25 +0800 Subject: 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 Acked-by: Hans de Goede Signed-off-by: Hans de Goede --- configs/Ippo_q8h_defconfig | 4 ---- configs/Ippo_q8h_v5_defconfig | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 configs/Ippo_q8h_defconfig create mode 100644 configs/Ippo_q8h_v5_defconfig (limited to 'configs') diff --git a/configs/Ippo_q8h_defconfig b/configs/Ippo_q8h_defconfig deleted file mode 100644 index 781f13785b..0000000000 --- a/configs/Ippo_q8h_defconfig +++ /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 index 0000000000..781f13785b --- /dev/null +++ b/configs/Ippo_q8h_v5_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