]> git.sur5r.net Git - u-boot/blobdiff - board/ep7312/flash.c
Merge branch 'master' of http://www.denx.de/git/u-boot
[u-boot] / board / ep7312 / flash.c
index 1ee0a37a00de1747162dd7b33d9780d889583410..272a9e5ccea3ce09eb5c47b07ee68079c1e45363 100644 (file)
@@ -50,7 +50,7 @@ ulong flash_init (void)
                if (i == 0)
                        flashbase = PHYS_FLASH_1;
                else
-                       panic ("configured to many flash banks!\n");
+                       panic ("configured too many flash banks!\n");
                for (j = 0; j < flash_info[i].sector_count; j++) {
                        flash_info[i].start[j] = flashbase + j * MAIN_SECT_SIZE;
                }
@@ -109,7 +109,7 @@ void flash_print_info (flash_info_t * info)
        }
        printf ("\n");
 
-  Done:
+Done:  ;
 }
 
 /*-----------------------------------------------------------------------