]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ml2/flash.c
* Patches by Anders Larsen, 17 Sep 2003:
[people/ms/u-boot.git] / board / ml2 / flash.c
index 090725df1ddf9615b8d937965aaee782d408f39d..4f805a663b1e4d6504fbf54be52b05b3fc87c63e 100644 (file)
@@ -72,7 +72,7 @@ ulong flash_init(void) {
                if (i==0)
                        flashbase = CFG_FLASH_BASE;
                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 * SECT_SIZE;