From: Otavio Salvador Date: Sun, 5 Aug 2012 09:05:34 +0000 (+0000) Subject: mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCs X-Git-Tag: v2025.01-rc5-pxa1908~17528 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=41e5497225bed92fc745bdd5521bc93b838940ff;p=u-boot.git mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCs Signed-off-by: Otavio Salvador --- diff --git a/arch/arm/cpu/arm926ejs/mxs/Makefile b/arch/arm/cpu/arm926ejs/mxs/Makefile index 674a3af1be..eeecf89f8b 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