From 656658dd1577b62d5192ba2db4d9b8a3be1dbee3 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 10 Oct 2004 22:16:06 +0000 Subject: * 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 --- board/sx1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/sx1/Makefile') diff --git a/board/sx1/Makefile b/board/sx1/Makefile index 808c76a..8cd02d1 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) -- cgit v1.1