diff options
author | Wolfgang Denk <wd@denx.de> | 2010-11-24 00:00:16 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-26 22:08:18 +0100 |
commit | 739192b4252352235b499388ba9974b695b0a9b1 (patch) | |
tree | 3151fb3778692916080dc6141c94dc78c0002bde /board/ids8247/Makefile | |
parent | 8aa858cbc0c85738961a2ac4a98c188582c29ff4 (diff) | |
download | u-boot-imx-739192b4252352235b499388ba9974b695b0a9b1.zip u-boot-imx-739192b4252352235b499388ba9974b695b0a9b1.tar.gz u-boot-imx-739192b4252352235b499388ba9974b695b0a9b1.tar.bz2 |
IDS8247: remove redundant flash.c file
The IDS8247 board is configured to use the CFI flash driver, so drop
the now redundant custom flash.c file.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/ids8247/Makefile')
-rw-r--r-- | board/ids8247/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ids8247/Makefile b/board/ids8247/Makefile index 032e0a7..2b702ce 100644 --- a/board/ids8247/Makefile +++ b/board/ids8247/Makefile @@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).o -COBJS = $(BOARD).o flash.o +COBJS = $(BOARD).o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |