projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9e6957
)
microblaze: Remove getenv_IPaddr prototype
author
Michal Simek
<monstr@monstr.eu>
Tue, 19 Jan 2010 11:03:24 +0000
(12:03 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 19 Jan 2010 22:21:57 +0000
(23:21 +0100)
Commit
6a45e384955262882375a2785426dc65aeb636c4
should remove reference from Microblaze too.
Signed-off-by: Michal Simek <monstr@monstr.eu>
lib_microblaze/board.c
patch
|
blob
|
history
diff --git
a/lib_microblaze/board.c
b/lib_microblaze/board.c
index 200ea5dd7015c77d6b82dc8f02e68f39a1ca5b5e..d4baea930af8a058538369a529696b62320096e4 100644
(file)
--- a/
lib_microblaze/board.c
+++ b/
lib_microblaze/board.c
@@
-43,7
+43,6
@@
extern int interrupts_init (void);
#endif
#if defined(CONFIG_CMD_NET)
extern int eth_init (bd_t * bis);
-extern int getenv_IPaddr (char *);
#endif
/*