summaryrefslogtreecommitdiff
path: root/board/sx1/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-10 22:16:06 +0000
committerwdenk <wdenk>2004-10-10 22:16:06 +0000
commit656658dd1577b62d5192ba2db4d9b8a3be1dbee3 (patch)
tree90841a22efe802730fa1d15721aaa5cb9577a34d /board/sx1/Makefile
parent5c952cf0245421feb4644f2e71487c0b2e1dbd13 (diff)
* Configure SX1 board to use drivers/cfi_flash.c
* Patches by Michael Bendzick, 30 Aug 2004: - Configure omap1510inn board to use drivers/cfi_flash.c - Make drivers/cfi_flash.c protect environment and redundant environment. * Patch by Steven Scholz, 23 Jun 2004: - Add script (tools/img2brec.sh) to programm U-Boot into (Synch)Flash using the Bootstrap Mode of the MC9328MX1/L
Diffstat (limited to 'board/sx1/Makefile')
-rw-r--r--board/sx1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sx1/Makefile b/board/sx1/Makefile
index 808c76afe..8cd02d141 100644
--- a/board/sx1/Makefile
+++ b/board/sx1/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
-OBJS := sx1.o flash.o
+OBJS := sx1.o
SOBJS := platform.o
$(LIB): $(OBJS) $(SOBJS)