Skip to content
Snippets Groups Projects
Commit 41e54972 authored by Otavio Salvador's avatar Otavio Salvador Committed by Albert ARIBAUD
Browse files

mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCs

parent 05c823bd
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk ...@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).o 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 ifdef CONFIG_SPL_BUILD
COBJS += spl_boot.o spl_lradc_init.o spl_mem_init.o spl_power_init.o COBJS += spl_boot.o spl_lradc_init.o spl_mem_init.o spl_power_init.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment