Browse Source

microblaze: Remove getenv_IPaddr prototype

Commit 6a45e384955262882375a2785426dc65aeb636c4
should remove reference from Microblaze too.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek 14 years ago
parent
commit
5b8b83bce6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib_microblaze/board.c

+ 0 - 1
lib_microblaze/board.c

@@ -43,7 +43,6 @@ extern int interrupts_init (void);
 #endif
 #endif
 #if defined(CONFIG_CMD_NET)
 #if defined(CONFIG_CMD_NET)
 extern int eth_init (bd_t * bis);
 extern int eth_init (bd_t * bis);
-extern int getenv_IPaddr (char *);
 #endif
 #endif
 
 
 /*
 /*