From patchwork Sat Jul 28 22:50:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 173898 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 C12122C0079 for ; Sun, 29 Jul 2012 08:50:38 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DFFD328088; Sun, 29 Jul 2012 00:49:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 5I1z8KT9Be9K; Sun, 29 Jul 2012 00:49:32 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 575FC280BC; Sun, 29 Jul 2012 00:48:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 787F12808C for ; Sun, 29 Jul 2012 00:48:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 Zkg3FUe9w0fE for ; Sun, 29 Jul 2012 00:48:31 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-gh0-f172.google.com (mail-gh0-f172.google.com [209.85.160.172]) by theia.denx.de (Postfix) with ESMTPS id 26154280A1 for ; Sun, 29 Jul 2012 00:48:27 +0200 (CEST) Received: by mail-gh0-f172.google.com with SMTP id g16so4005207ghb.3 for ; Sat, 28 Jul 2012 15:48:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=yCNQiYjZPHIPVR3RTmf3Xu9uhOcfLByZQIpQX2rf3FQ=; b=R5wjKdjFygmp1Dvti//C35i59zCOBgy0lr1ENcN3BmbnevdOxbykvcenSptOcA3pSK Dp2Jg/uphUk1AibIjpXLOEs0/mGqhpwt3JcdTDNyAtSGgBSri8vCAz+cnDFirWrCiWl2 7/GUg+P26BWgBtKA96DxVqs2iVF/LWUSFvyvmNk2gSPw8mRpbtVYA3FfTmsibit2g3eN VoV5JXbETuIHSKhVt54UQ9Mgl/woUaZICx30EJzMmq/fHO33kzcU7FwP5tM3ndgRywxF YnxE9HQXn8YP5EVGCgkU5PXnOunTsdnI95w68P3vX1RDr6DUXcIp5uD2U9rAkNn+RTWe iQxA== Received: by 10.101.136.17 with SMTP id o17mr1945417ann.87.1343515707006; Sat, 28 Jul 2012 15:48:27 -0700 (PDT) Received: from micro.lab.ossystems.com.br ([177.100.163.15]) by mx.google.com with ESMTPS id q3sm5526879ani.15.2012.07.28.15.48.23 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 28 Jul 2012 15:48:26 -0700 (PDT) From: Otavio Salvador To: U-Boot Mailing List Date: Sat, 28 Jul 2012 19:50:44 -0300 Message-Id: <1343515844-5764-6-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1343515844-5764-1-git-send-email-otavio@ossystems.com.br> References: <1343515844-5764-1-git-send-email-otavio@ossystems.com.br> Cc: Fabio Estevam , Marek Vasut Subject: [U-Boot] [RFC PATCH 5/5] mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCs X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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 Signed-off-by: Otavio Salvador --- arch/arm/cpu/arm926ejs/mxs/Makefile | 2 +- arch/arm/cpu/arm926ejs/mxs/{mx28.c => mxs.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/arm/cpu/arm926ejs/mxs/{mx28.c => mxs.c} (100%) diff --git a/arch/arm/cpu/arm926ejs/mxs/mx28.c b/arch/arm/cpu/arm926ejs/mxs/mxs.c similarity index 100% rename from arch/arm/cpu/arm926ejs/mxs/mx28.c rename to arch/arm/cpu/arm926ejs/mxs/mxs.c diff --git a/arch/arm/cpu/arm926ejs/mxs/Makefile b/arch/arm/cpu/arm926ejs/mxs/Makefile index 674a3af..eeecf89 100644 --- a/arch/arm/cpu/arm926ejs/mxs/Makefile +++ b/arch/arm/cpu/arm926ejs/mxs/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(SOC).o -COBJS = clock.o mx28.o iomux.o timer.o +COBJS = clock.o mxs.o iomux.o timer.o ifdef CONFIG_SPL_BUILD COBJS += spl_boot.o spl_lradc_init.o spl_mem_init.o spl_power_init.o