Skip to content
Snippets Groups Projects
Commit 2bd806fe authored by TsiChung Liew's avatar TsiChung Liew Committed by John Rigby
Browse files

Rename mcfserial.c. Update include header


Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h

Signed-off-by: default avatarTsiChungLiew <Tsi-Chung.Liew@freescale.com>
parent f2208fbc
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)libserial.a LIB := $(obj)libserial.a
COBJS := mcfserial.o COBJS := mcfuart.o
SRCS := $(COBJS:.o=.c) SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS)) OBJS := $(addprefix $(obj),$(COBJS))
......
/* /*
* (C) Copyright 2004, Freescale, Inc * (C) Copyright 2004-2007 Freescale Semiconductor, Inc.
* TsiChung Liew, Tsi-Chung.Liew@freescale.com. * TsiChung Liew, Tsi-Chung.Liew@freescale.com.
* *
* See file CREDITS for list of people who contributed to this * See file CREDITS for list of people who contributed to this
...@@ -28,7 +28,8 @@ ...@@ -28,7 +28,8 @@
*/ */
#include <common.h> #include <common.h>
#include <asm/mcfuart.h> #include <asm/immap.h>
#include <asm/uart.h>
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
......
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