diff options
author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | 2011-03-24 22:28:05 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2011-05-26 19:29:13 +0900 |
commit | a5ec7f649427eb618126a3b8d6b2d81f92cf770f (patch) | |
tree | 141214bc3bdea610abbad9eb892576d6ee4b84d1 /board/samsung/smdk2410/Makefile | |
parent | 4479fc5b2077a7ac4cb9cfc552ebdc3760e40675 (diff) | |
download | u-boot-imx-a5ec7f649427eb618126a3b8d6b2d81f92cf770f.zip u-boot-imx-a5ec7f649427eb618126a3b8d6b2d81f92cf770f.tar.gz u-boot-imx-a5ec7f649427eb618126a3b8d6b2d81f92cf770f.tar.bz2 |
SMDK2410: use the CFI driver (and remove the old one)
Signed-off-by: David Müller <d.mueller@elsoft.ch>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/smdk2410/Makefile')
-rw-r--r-- | board/samsung/smdk2410/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/smdk2410/Makefile b/board/samsung/smdk2410/Makefile index bda8898..0afe1e2 100644 --- a/board/samsung/smdk2410/Makefile +++ b/board/samsung/smdk2410/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).o -COBJS := smdk2410.o flash.o +COBJS := smdk2410.o SOBJS := lowlevel_init.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) |