From patchwork Thu Apr 30 12:51:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 466520 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id DCC61140322 for ; Thu, 30 Apr 2015 22:53:12 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0A04732F78; Thu, 30 Apr 2015 12:53:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MSKCjlowbbkj; Thu, 30 Apr 2015 12:53:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 244D632EF1; Thu, 30 Apr 2015 12:52:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 784251BFA96 for ; Thu, 30 Apr 2015 12:52:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 72F2A9190D for ; Thu, 30 Apr 2015 12:52:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ewyvvZUAF61d for ; Thu, 30 Apr 2015 12:52:17 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (down.free-electrons.com [37.187.137.238]) by whitealder.osuosl.org (Postfix) with ESMTP id EEE979190B for ; Thu, 30 Apr 2015 12:52:16 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id D3192CC6; Thu, 30 Apr 2015 14:52:16 +0200 (CEST) Received: from localhost (128-79-216-6.hfc.dyn.abo.bbox.fr [128.79.216.6]) by mail.free-electrons.com (Postfix) with ESMTPSA id 98A8D926; Thu, 30 Apr 2015 14:52:16 +0200 (CEST) From: Alexandre Belloni To: buildroot@busybox.net Date: Thu, 30 Apr 2015 14:51:51 +0200 Message-Id: <1430398311-10804-9-git-send-email-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1430398311-10804-1-git-send-email-alexandre.belloni@free-electrons.com> References: <1430398311-10804-1-git-send-email-alexandre.belloni@free-electrons.com> Cc: Nicolas Ferre Subject: [Buildroot] [PATCH 8/8] configs: rename atmel_xplained_defconfig X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" For consistency, rename atmel_xplained_defconfig to atmel_sama5d3_xplained_mmc_defconfig as this configuration supports booting the sama5d3 Xplained with an MMC card (as opposed to the NAND flash). Signed-off-by: Alexandre Belloni --- .../{atmel_xplained_defconfig => atmel_sama5d3_xplained_mmc_defconfig} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename configs/{atmel_xplained_defconfig => atmel_sama5d3_xplained_mmc_defconfig} (100%) diff --git a/configs/atmel_xplained_defconfig b/configs/atmel_sama5d3_xplained_mmc_defconfig similarity index 100% rename from configs/atmel_xplained_defconfig rename to configs/atmel_sama5d3_xplained_mmc_defconfig