diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-08-05 09:05:34 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:17 +0200 |
commit | 41e5497225bed92fc745bdd5521bc93b838940ff (patch) | |
tree | a4553ae12962ce06b0b4cbd24a5cc0c68d3cb5c3 | |
parent | 05c823bd327e39586067262c25148cb4888974ab (diff) | |
download | u-boot-imx-41e5497225bed92fc745bdd5521bc93b838940ff.zip u-boot-imx-41e5497225bed92fc745bdd5521bc93b838940ff.tar.gz u-boot-imx-41e5497225bed92fc745bdd5521bc93b838940ff.tar.bz2 |
mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCs
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | arch/arm/cpu/arm926ejs/mxs/Makefile | 2 | ||||
-rw-r--r-- | arch/arm/cpu/arm926ejs/mxs/mxs.c (renamed from arch/arm/cpu/arm926ejs/mxs/mx28.c) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index a61f75b..a61f75b 100644 --- a/arch/arm/cpu/arm926ejs/mxs/mx28.c +++ b/arch/arm/cpu/arm926ejs/mxs/mxs.c |