diff options
| author | Wolfgang Denk <wd@nyx.denx.de> | 2006-03-06 13:03:37 +0100 |
|---|---|---|
| committer | Wolfgang Denk <wd@nyx.denx.de> | 2006-03-06 13:03:37 +0100 |
| commit | bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e (patch) | |
| tree | d2b832bf54040b49a8518b63620f2774398fa8d5 /board/esd/common/auto_update.c | |
| parent | 4e3ccd26925e5ada78dd89779838f052dffe3e67 (diff) | |
| download | olio-uboot-2014.01-bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e.tar.xz olio-uboot-2014.01-bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e.zip | |
Minor code cleanup
Diffstat (limited to 'board/esd/common/auto_update.c')
| -rw-r--r-- | board/esd/common/auto_update.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/esd/common/auto_update.c b/board/esd/common/auto_update.c index 5a70176fa..cad82115c 100644 --- a/board/esd/common/auto_update.c +++ b/board/esd/common/auto_update.c @@ -42,9 +42,6 @@ #error "must define CFG_CMD_FAT" #endif - - - extern au_image_t au_image[]; extern int N_AU_IMAGES; |