From patchwork Thu May 18 11:00:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 763928 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3wT7fV75fGz9ryT for ; Thu, 18 May 2017 21:06:26 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id A74F0C22302; Thu, 18 May 2017 11:04:38 +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.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 6FC3AC222E8; Thu, 18 May 2017 11:03:02 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 4E927C22214; Thu, 18 May 2017 11:02:22 +0000 (UTC) Received: from mail-pf0-f193.google.com (mail-pf0-f193.google.com [209.85.192.193]) by lists.denx.de (Postfix) with ESMTPS id 3F371C22223 for ; Thu, 18 May 2017 11:02:19 +0000 (UTC) Received: by mail-pf0-f193.google.com with SMTP id n23so5418382pfb.3 for ; Thu, 18 May 2017 04:02:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=NHCHSXMLA5svkid0UYsA6OEprqBkjhO+/oAH04JK1gA=; b=Z6z/j7FrEy3lbv3FyUzkw+macHFv2il63EsotsYnmmrU+ZEcR5aWWxRIiBctomgYF6 UpoQ2wI9fAMQCOSeAeyfLxXSKd7T41eqNES19a8TSxLrywm2tJxJp927BxwSyZKc367b bzQtOdiekN1qG+r5eg903WeFND0BReot0oxpQdNk+3cYL8WOW8VUyQZJ347z9ZLvR4h8 aILIc0vzZyk4PLOTZOTM/SRMl0Fn9L6FuUQyewhFAf9jjK3AGke9hbb5h8cL+2aXd/FB ju7tmSovoSe2BDi+KLBToJQQxxwZDn+JdG6NMkZJQuqkRh8lvGQQKBZeKaBHEDCMz4nu xP6w== X-Gm-Message-State: AODbwcBANOvxB2obJ6xwNR9vqUEbJ03Qk57VsSvYgXJaiEQXReOKBKI4 F7/rTjw3hqCG7w== X-Received: by 10.98.73.214 with SMTP id r83mr3856112pfi.12.1495105337923; Thu, 18 May 2017 04:02:17 -0700 (PDT) Received: from localhost.localdomain ([59.95.77.75]) by smtp.gmail.com with ESMTPSA id b72sm604722pfj.36.2017.05.18.04.02.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 May 2017 04:02:16 -0700 (PDT) From: Jagan Teki To: Stefano Babic Date: Thu, 18 May 2017 16:30:30 +0530 Message-Id: <1495105231-1723-21-git-send-email-jagan@openedev.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1495105231-1723-1-git-send-email-jagan@openedev.com> References: <1495105231-1723-1-git-send-email-jagan@openedev.com> Cc: Fabio Estevam , u-boot@lists.denx.de Subject: [U-Boot] [PATCH v6 20/21] i.MX6: SabreSD: mx6sabresd_spl_defconfig => mx6sabresd_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: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Jagan Teki Now, SabreSD support SPL for all cpu types and the only configuration option, So renamed mx6sabresd_spl_defconfig to mx6sabresd_defconfig Signed-off-by: Jagan Teki --- board/freescale/mx6sabresd/MAINTAINERS | 2 +- configs/{mx6sabresd_spl_defconfig => mx6sabresd_defconfig} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename configs/{mx6sabresd_spl_defconfig => mx6sabresd_defconfig} (100%) diff --git a/board/freescale/mx6sabresd/MAINTAINERS b/board/freescale/mx6sabresd/MAINTAINERS index 262c816..9575261 100644 --- a/board/freescale/mx6sabresd/MAINTAINERS +++ b/board/freescale/mx6sabresd/MAINTAINERS @@ -3,4 +3,4 @@ M: Fabio Estevam S: Maintained F: board/freescale/mx6sabresd/ F: include/configs/mx6sabresd.h -F: configs/mx6sabresd_spl_defconfig +F: configs/mx6sabresd_defconfig diff --git a/configs/mx6sabresd_spl_defconfig b/configs/mx6sabresd_defconfig similarity index 100% rename from configs/mx6sabresd_spl_defconfig rename to configs/mx6sabresd_defconfig