From patchwork Fri Oct 24 08:07:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 403231 X-Patchwork-Delegate: hdegoede@redhat.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id AA40B14007D for ; Mon, 27 Oct 2014 02:25:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AC2F2A79A4; Sun, 26 Oct 2014 16:24:28 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C-7eYMHRiTxu; Sun, 26 Oct 2014 16:24:28 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B2E98A770E; Sun, 26 Oct 2014 16:23:25 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B696DA73EF for ; Fri, 24 Oct 2014 10:07:41 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I1s87EMZujkO for ; Fri, 24 Oct 2014 10:07:41 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 IX_MANITU=ERR(0) (only DNSBL check requested) Received: from smtp.csie.ntu.edu.tw (smtp.csie.ntu.edu.tw [140.112.30.61]) by theia.denx.de (Postfix) with ESMTP id 4E2FCA73E7 for ; Fri, 24 Oct 2014 10:07:32 +0200 (CEST) Received: from mirror2.csie.ntu.edu.tw (mirror2.csie.ntu.edu.tw [140.112.30.76]) (Authenticated sender: b93043) by smtp.csie.ntu.edu.tw (Postfix) with ESMTPSA id 335A820303; Fri, 24 Oct 2014 16:07:27 +0800 (CST) Received: by mirror2.csie.ntu.edu.tw (Postfix, from userid 1000) id 1B3275F7FA; Fri, 24 Oct 2014 16:07:27 +0800 (CST) From: Chen-Yu Tsai To: u-boot@lists.denx.de, Ian Campbell , Hans de Goede Date: Fri, 24 Oct 2014 16:07:25 +0800 Message-Id: <1414138045-22847-1-git-send-email-wens@csie.org> X-Mailer: git-send-email 2.1.1 Subject: [U-Boot] [PATCH] ARM: sunxi: Fix Ippo-q8h-v5 defconfig filename X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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 --- Feel free to squash this into 7b48d8c ARM: sunxi: Add Ippo-q8h-v5 A23 tablet board defconfig Sorry for overlooking this. --- configs/Ippo_q8h_defconfig => Ippo_q8h_v5_defconfig | 0 board/sunxi/MAINTAINERS | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename configs/Ippo_q8h_defconfig => Ippo_q8h_v5_defconfig (100%) diff --git a/configs/Ippo_q8h_defconfig b/Ippo_q8h_v5_defconfig similarity index 100% rename from configs/Ippo_q8h_defconfig rename to Ippo_q8h_v5_defconfig diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index febd126..702b18b 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 +M: Chen-Yu Tsai S: Maintained F: configs/Ippo_q8h_v5_defconfig