From 41e5497225bed92fc745bdd5521bc93b838940ff Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 5 Aug 2012 09:05:34 +0000 Subject: [PATCH] mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCs 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/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 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