diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2009-10-22 23:06:59 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-11-25 10:57:33 +0100 |
commit | 34ddbd171ba154e9afd83f07a07ad8b57ac592e3 (patch) | |
tree | de674bf6d9d1229bc1167d328140434900f76b30 /board/esd/plu405/Makefile | |
parent | 2f6f67da1b98b6d1dad2d80bc4e472c3bff3cd5a (diff) | |
download | u-boot-imx-34ddbd171ba154e9afd83f07a07ad8b57ac592e3.zip u-boot-imx-34ddbd171ba154e9afd83f07a07ad8b57ac592e3.tar.gz u-boot-imx-34ddbd171ba154e9afd83f07a07ad8b57ac592e3.tar.bz2 |
ppc4xx: Remove autoupdate feature from PLU405 board
The autoupdate feature is not used on PLU405 boards.
So remove it.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd/plu405/Makefile')
-rw-r--r-- | board/esd/plu405/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/esd/plu405/Makefile b/board/esd/plu405/Makefile index c57d90c..98acb4b 100644 --- a/board/esd/plu405/Makefile +++ b/board/esd/plu405/Makefile @@ -31,7 +31,6 @@ LIB = $(obj)lib$(BOARD).a COBJS = $(BOARD).o flash.o \ ../common/misc.o \ ../common/esd405ep_nand.o \ - ../common/auto_update.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |