summaryrefslogtreecommitdiff
path: root/board/esd/common
diff options
context:
space:
mode:
authorWolfgang Denk <wd@nyx.denx.de>2006-03-06 13:03:37 +0100
committerWolfgang Denk <wd@nyx.denx.de>2006-03-06 13:03:37 +0100
commitbfc81252c0de3bfcf92c7c35bc04341fb33e4e4e (patch)
treed2b832bf54040b49a8518b63620f2774398fa8d5 /board/esd/common
parent4e3ccd26925e5ada78dd89779838f052dffe3e67 (diff)
Minor code cleanup
Diffstat (limited to 'board/esd/common')
-rw-r--r--board/esd/common/auto_update.c3
-rw-r--r--board/esd/common/cmd_loadpci.c1
2 files changed, 0 insertions, 4 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;
diff --git a/board/esd/common/cmd_loadpci.c b/board/esd/common/cmd_loadpci.c
index 3478f825c..bf796ff9d 100644
--- a/board/esd/common/cmd_loadpci.c
+++ b/board/esd/common/cmd_loadpci.c
@@ -120,4 +120,3 @@ U_BOOT_CMD(
);
#endif
-