summaryrefslogtreecommitdiff
path: root/board/amcc/yellowstone/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-09-15 11:34:07 +0200
committerStefan Roese <sr@denx.de>2005-09-15 11:34:07 +0200
commit34c0a5e98badc0aa313a2563f9c1df79632b8265 (patch)
tree2911cdfbb70bad51611805835f21e486a08650c1 /board/amcc/yellowstone/Makefile
parent3edb0ccf61ab495edf400f8baf1a2d333ae2fe1c (diff)
downloadu-boot-imx-34c0a5e98badc0aa313a2563f9c1df79632b8265.zip
u-boot-imx-34c0a5e98badc0aa313a2563f9c1df79632b8265.tar.gz
u-boot-imx-34c0a5e98badc0aa313a2563f9c1df79632b8265.tar.bz2
Update AMCC Yosemite to get a consistent setup for all AMCC eval
boards (baudrate, environment...). Flash driver fixed. Patch by Stefan Roese, 15 Sep 2005
Diffstat (limited to 'board/amcc/yellowstone/Makefile')
-rw-r--r--board/amcc/yellowstone/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/amcc/yellowstone/Makefile b/board/amcc/yellowstone/Makefile
index 5654f91..47116d3 100644
--- a/board/amcc/yellowstone/Makefile
+++ b/board/amcc/yellowstone/Makefile
@@ -26,7 +26,6 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS = $(BOARD).o
-OBJS += flash.o
SOBJS = init.o
$(LIB): $(OBJS) $(SOBJS)