Skip to content
Snippets Groups Projects
Commit 5b8b83bc authored by Michal Simek's avatar Michal Simek Committed by Wolfgang Denk
Browse files

microblaze: Remove getenv_IPaddr prototype


Commit 6a45e384
should remove reference from Microblaze too.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent b9e6957c
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,6 @@ extern int interrupts_init (void); ...@@ -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
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment