From patchwork Tue Dec 18 01:48:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andes X-Patchwork-Id: 1014921 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=andestech.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43Jgx30dbSz9sBZ for ; Tue, 18 Dec 2018 12:51:35 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id BC484C21F0F; Tue, 18 Dec 2018 01:51:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC autolearn=no autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 40FAEC21DFA; Tue, 18 Dec 2018 01:51:29 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 9D7F6C21DFA; Tue, 18 Dec 2018 01:51:27 +0000 (UTC) Received: from ATCSQR.andestech.com (59-120-53-16.HINET-IP.hinet.net [59.120.53.16]) by lists.denx.de (Postfix) with ESMTPS id 57B75C21D74 for ; Tue, 18 Dec 2018 01:51:26 +0000 (UTC) Received: from mail.andestech.com (atcpcs16.andestech.com [10.0.1.222]) by ATCSQR.andestech.com with ESMTP id wBI1mK7X022844; Tue, 18 Dec 2018 09:48:20 +0800 (GMT-8) (envelope-from uboot@andestech.com) Received: from app09.andestech.com (10.0.15.117) by ATCPCS16.andestech.com (10.0.1.222) with Microsoft SMTP Server id 14.3.123.3; Tue, 18 Dec 2018 09:50:58 +0800 From: Andes To: Date: Tue, 18 Dec 2018 09:48:30 +0800 Message-ID: <20181218014833.26634-1-uboot@andestech.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-Originating-IP: [10.0.15.117] X-DNSRBL: X-MAIL: ATCSQR.andestech.com wBI1mK7X022844 Cc: rickchen36@gmail.com, greentime@andestech.com Subject: [U-Boot] [PATCH v3 0/3] Rename ax25-ae350 defconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Rick Chen Remove cpu name from the defconfig naming. Because other cpus maybe run on AE350 platform. So only use platfrom name in defconfig naming will be better. Changes since v2: - Fix travis failure case 6.51 Checkfor configs without MAINTAINERS entry. https://travis-ci.org/rickchen36/u-boot-riscv/builds/468881778 So add this two patchs: MAINTAINERS: Sync for ax25-ae350 rename doc: README.ae350: Sync for ax25-ae350 rename Changes since v1: - Use git mv and git format-patch -M to show delta when rename. Rick Chen (3): riscv: configs: Rename ax25-ae350 defconfig MAINTAINERS: Sync for ax25-ae350 rename doc: README.ae350: Sync for ax25-ae350 rename board/AndesTech/ax25-ae350/MAINTAINERS | 5 ++--- configs/a25-ae350_32_defconfig | 36 --------------------------------- configs/ae350_rv32_defconfig | 36 +++++++++++++++++++++++++++++++++ configs/ae350_rv64_defconfig | 37 ++++++++++++++++++++++++++++++++++ configs/ax25-ae350_64_defconfig | 37 ---------------------------------- doc/README.ae350 | 2 +- 6 files changed, 76 insertions(+), 77 deletions(-) delete mode 100644 configs/a25-ae350_32_defconfig create mode 100644 configs/ae350_rv32_defconfig create mode 100644 configs/ae350_rv64_defconfig delete mode 100644 configs/ax25-ae350_64_defconfig