diff options
author | Terry Lv <r65388@freescale.com> | 2010-09-21 15:24:04 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-09-21 15:24:44 +0800 |
commit | 359ec824c60dffdca80f42ca626fb5baf67ad20e (patch) | |
tree | 18d524ff8f1458cbbd33f4af67962c17789ecb84 /cpu/arm1136/mx35/Makefile | |
parent | f7af4ae4bbe25f6e53fcc779458ab31c6c412596 (diff) | |
download | u-boot-imx-359ec824c60dffdca80f42ca626fb5baf67ad20e.zip u-boot-imx-359ec824c60dffdca80f42ca626fb5baf67ad20e.tar.gz u-boot-imx-359ec824c60dffdca80f42ca626fb5baf67ad20e.tar.bz2 |
ENGR00131779: Use serial_mxc as uart driver for all platforms
Use serial_mxc as uart driver for all platforms.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'cpu/arm1136/mx35/Makefile')
-rw-r--r-- | cpu/arm1136/mx35/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm1136/mx35/Makefile b/cpu/arm1136/mx35/Makefile index 996360f..2415ad5 100644 --- a/cpu/arm1136/mx35/Makefile +++ b/cpu/arm1136/mx35/Makefile @@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(SOC).a -COBJS = timer.o serial.o generic.o iomux.o +COBJS = timer.o generic.o iomux.o SOBJS = mxc_nand_load.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) |