]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Remove autoupdate feature from PLU405 board
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>
Thu, 22 Oct 2009 21:06:59 +0000 (23:06 +0200)
committerStefan Roese <sr@denx.de>
Wed, 25 Nov 2009 09:57:33 +0000 (10:57 +0100)
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>
board/esd/plu405/Makefile
board/esd/plu405/plu405.c
include/configs/PLU405.h

index c57d90cf6fed304f5257010ecd59be1a7e5c7042..98acb4b7712b5648d4fa528ce0c0613c6515d592 100644 (file)
@@ -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))
index f14ef7a20f843a88ff0f48e34ae22f2b11301a0e..1841cda0bb81edef8d90dfdf0ee4611ef2f30655 100644 (file)
@@ -45,22 +45,6 @@ const unsigned char fpgadata[] =
  */
 #include "../common/fpga.c"
 
-/*
- * include common auto-update code (for esd boards)
- */
-#include "../common/auto_update.h"
-
-au_image_t au_image[] = {
-       {"plu405/preinst.img", 0, -1, AU_SCRIPT},
-       {"plu405/u-boot.img", 0xfffc0000, 0x00040000, AU_FIRMWARE},
-       {"plu405/pImage_${bd_type}", 0x00000000, 0x00100000, AU_NAND},
-       {"plu405/pImage.initrd", 0x00100000, 0x00200000, AU_NAND},
-       {"plu405/yaffsmt2.img", 0x00300000, 0x01c00000, AU_NAND},
-       {"plu405/postinst.img", 0, 0, AU_SCRIPT},
-};
-
-int N_AU_IMAGES = (sizeof(au_image) / sizeof(au_image[0]));
-
 /* Prototypes */
 int gunzip(void *, int, unsigned char *, unsigned long *);
 
index 955e0a8d8d67ef05e35b220b4268e3eaf1812b4d..85e4611aa1cc10b06aee615d8ee5b4978ecc7649 100644 (file)
@@ -99,8 +99,6 @@
 
 #define CONFIG_SUPPORT_VFAT
 
-#define CONFIG_AUTO_UPDATE      1       /* autoupdate via compactflash  */
-
 #undef CONFIG_WATCHDOG                 /* watchdog disabled            */
 
 #define CONFIG_RTC_MC146818            /* DS1685 is MC146818 compatible*/