]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
microblaze: Removed unused variables
authorMichal Simek <monstr@monstr.eu>
Tue, 30 Jun 2009 10:02:45 +0000 (12:02 +0200)
committerMichal 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

index 1a426400ecd7b29273883a04f8ef75fc43631e8f..cfed5fefcd7b958b87d41db10aa68c10167fc930 100644 (file)
@@ -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);