diff options
author | Stefan Roese <sr@denx.de> | 2005-09-15 11:34:07 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-09-15 11:34:07 +0200 |
commit | 34c0a5e98badc0aa313a2563f9c1df79632b8265 (patch) | |
tree | 2911cdfbb70bad51611805835f21e486a08650c1 /board/amcc/yellowstone/Makefile | |
parent | 3edb0ccf61ab495edf400f8baf1a2d333ae2fe1c (diff) | |
download | u-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/Makefile | 1 |
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) |