diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-02 11:53:50 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-12 21:59:52 +0200 |
commit | 986922714ffd21ad39f48522d285fffc7aed56b1 (patch) | |
tree | 7dc04171acb1bf05560a4db82d054d4955e7d7c9 /board/armltd/versatile/Makefile | |
parent | d6e8ed832b25d5db4fdd3fb91e73028e494dcd6e (diff) | |
download | u-boot-imx-986922714ffd21ad39f48522d285fffc7aed56b1.zip u-boot-imx-986922714ffd21ad39f48522d285fffc7aed56b1.tar.gz u-boot-imx-986922714ffd21ad39f48522d285fffc7aed56b1.tar.bz2 |
versatile: update config and merge to cfi flash driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Peter Pearse <peter.pearse@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'board/armltd/versatile/Makefile')
-rw-r--r-- | board/armltd/versatile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/armltd/versatile/Makefile b/board/armltd/versatile/Makefile index 044a429..80a2c7e 100644 --- a/board/armltd/versatile/Makefile +++ b/board/armltd/versatile/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := versatile.o flash.o +COBJS := versatile.o SOBJS := lowlevel_init.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) |