diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2008-10-21 14:19:26 +0000 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2008-11-03 09:45:58 -0700 |
commit | b202816c61042c183fe67d097a5893b0f2dafba0 (patch) | |
tree | a4fb303cf72831b84e227726fe37b45759ca5bdf /board/freescale/m5272c3/Makefile | |
parent | f3962d3f574e5a1cffacd4e9bc48713060a2a314 (diff) | |
download | u-boot-imx-b202816c61042c183fe67d097a5893b0f2dafba0.zip u-boot-imx-b202816c61042c183fe67d097a5893b0f2dafba0.tar.gz u-boot-imx-b202816c61042c183fe67d097a5893b0f2dafba0.tar.bz2 |
ColdFire: Use CFI driver for M5272C3
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'board/freescale/m5272c3/Makefile')
-rw-r--r-- | board/freescale/m5272c3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m5272c3/Makefile b/board/freescale/m5272c3/Makefile index cf07cf4..424ab1c 100644 --- a/board/freescale/m5272c3/Makefile +++ b/board/freescale/m5272c3/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS = $(BOARD).o flash.o +COBJS = $(BOARD).o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |