mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
2f6f67da1b
commit
34ddbd171b
3 changed files with 0 additions and 19 deletions
|
@ -31,7 +31,6 @@ LIB = $(obj)lib$(BOARD).a
|
||||||
COBJS = $(BOARD).o flash.o \
|
COBJS = $(BOARD).o flash.o \
|
||||||
../common/misc.o \
|
../common/misc.o \
|
||||||
../common/esd405ep_nand.o \
|
../common/esd405ep_nand.o \
|
||||||
../common/auto_update.o
|
|
||||||
|
|
||||||
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
||||||
OBJS := $(addprefix $(obj),$(COBJS))
|
OBJS := $(addprefix $(obj),$(COBJS))
|
||||||
|
|
|
@ -45,22 +45,6 @@ const unsigned char fpgadata[] =
|
||||||
*/
|
*/
|
||||||
#include "../common/fpga.c"
|
#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 */
|
/* Prototypes */
|
||||||
int gunzip(void *, int, unsigned char *, unsigned long *);
|
int gunzip(void *, int, unsigned char *, unsigned long *);
|
||||||
|
|
||||||
|
|
|
@ -99,8 +99,6 @@
|
||||||
|
|
||||||
#define CONFIG_SUPPORT_VFAT
|
#define CONFIG_SUPPORT_VFAT
|
||||||
|
|
||||||
#define CONFIG_AUTO_UPDATE 1 /* autoupdate via compactflash */
|
|
||||||
|
|
||||||
#undef CONFIG_WATCHDOG /* watchdog disabled */
|
#undef CONFIG_WATCHDOG /* watchdog disabled */
|
||||||
|
|
||||||
#define CONFIG_RTC_MC146818 /* DS1685 is MC146818 compatible*/
|
#define CONFIG_RTC_MC146818 /* DS1685 is MC146818 compatible*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue