X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fep7312%2Fflash.c;h=272a9e5ccea3ce09eb5c47b07ee68079c1e45363;hb=4b7576fb804f9aae275a9ad5d947d2eb727d8cb7;hp=1ee0a37a00de1747162dd7b33d9780d889583410;hpb=3b57fe0a70b903f4db66c558bb9828bc58acf06b;p=u-boot diff --git a/board/ep7312/flash.c b/board/ep7312/flash.c index 1ee0a37a00..272a9e5cce 100644 --- a/board/ep7312/flash.c +++ b/board/ep7312/flash.c @@ -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: ; } /*-----------------------------------------------------------------------