Parcourir la source

microblaze: Removed unused variables

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek il y a 16 ans
Parent
commit
e2776587c0
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      lib_microblaze/board.c

+ 0 - 4
lib_microblaze/board.c

@@ -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);