diff options
author | Stefan Roese <sr@denx.de> | 2005-08-11 18:03:14 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-08-11 18:03:14 +0200 |
commit | 84286386a891633aae770bff24189c16a2546ed0 (patch) | |
tree | 22a1766c01feec23b1aa8a02971b030e22e09b88 /board/amcc/yosemite/Makefile | |
parent | 9e00589bdd0b3f6336e1e6bb98a342a2fa1ef863 (diff) | |
download | u-boot-imx-84286386a891633aae770bff24189c16a2546ed0.zip u-boot-imx-84286386a891633aae770bff24189c16a2546ed0.tar.gz u-boot-imx-84286386a891633aae770bff24189c16a2546ed0.tar.bz2 |
Update AMCC Yosemite to get a consistent setup for all AMCC eval
boards (baudrate, environment...). Flash driver fixed.
Patch by Stefan Roese, 11 Aug 2005
Diffstat (limited to 'board/amcc/yosemite/Makefile')
-rw-r--r-- | board/amcc/yosemite/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/amcc/yosemite/Makefile b/board/amcc/yosemite/Makefile index 5654f91..47116d3 100644 --- a/board/amcc/yosemite/Makefile +++ b/board/amcc/yosemite/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) |