diff options
| author | Stefan Roese <sr@denx.de> | 2007-02-20 10:58:04 +0100 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2007-02-20 10:58:04 +0100 | 
| commit | 90b0cf47eb23e5f3461d3d957f6898386907fd99 (patch) | |
| tree | 4acaab40f79d89c08cad928fdf52cad3a93dbdec /board/esd/common/auto_update.c | |
| parent | 4745acaa1a603b67f6b9b7970365ebadd7d6586f (diff) | |
| parent | eb867a76238fb38e952c37871b16d0d7fd61c95f (diff) | |
| download | olio-uboot-2014.01-90b0cf47eb23e5f3461d3d957f6898386907fd99.tar.xz olio-uboot-2014.01-90b0cf47eb23e5f3461d3d957f6898386907fd99.zip  | |
Merge with /home/stefan/git/u-boot/denx-merge-sr
Diffstat (limited to 'board/esd/common/auto_update.c')
| -rw-r--r-- | board/esd/common/auto_update.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/board/esd/common/auto_update.c b/board/esd/common/auto_update.c index 5cd342332..001fd68da 100644 --- a/board/esd/common/auto_update.c +++ b/board/esd/common/auto_update.c @@ -33,6 +33,7 @@  #include <asm/byteorder.h>  #include <linux/mtd/nand_legacy.h>  #include <fat.h> +#include <part.h>  #include "auto_update.h" @@ -71,8 +72,6 @@ extern int transfer_pic(unsigned char, unsigned char *, int, int);  extern int flash_sect_erase(ulong, ulong);  extern int flash_sect_protect (int, ulong, ulong);  extern int flash_write (char *, ulong, ulong); -/* change char* to void* to shutup the compiler */ -extern block_dev_desc_t *get_dev (char*, int);  #if (CONFIG_COMMANDS & CFG_CMD_NAND) && defined(CFG_NAND_LEGACY)  /* references to names in cmd_nand.c */  |