projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfadb17
)
microblaze: Removed unused variables
author
Michal Simek
<monstr@monstr.eu>
Tue, 30 Jun 2009 10:02:45 +0000
(12:02 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Fri, 17 Jul 2009 06:02:51 +0000
(08:02 +0200)
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
1a42640
..
cfed5fe
100644
(file)
--- a/
lib_microblaze/board.c
+++ b/
lib_microblaze/board.c
@@
-112,10
+112,6
@@
void board_init (void)
#if defined(CONFIG_CMD_FLASH)
ulong flash_size = 0;
#endif
-#if defined(CONFIG_CMD_NET)
- char *s, *e;
- int i;
-#endif
asm ("nop"); /* FIXME gd is not initialize - wait */
memset ((void *)gd, 0, CONFIG_SYS_GBL_DATA_SIZE);
gd->bd = (bd_t *) (gd + 1); /* At end of global data */