mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
microblaze: Removed unused variables
Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
bfadb17f69
commit
e2776587c0
1 changed files with 0 additions and 4 deletions
|
@ -111,10 +111,6 @@ void board_init (void)
|
|||
gd = (gd_t *) CONFIG_SYS_GBL_DATA_OFFSET;
|
||||
#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);
|
||||
|
|
Loading…
Reference in a new issue