diff options
Diffstat (limited to 'board/innokom/flash.c')
| -rw-r--r-- | board/innokom/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/innokom/flash.c b/board/innokom/flash.c index 3caf43d21..29c916648 100644 --- a/board/innokom/flash.c +++ b/board/innokom/flash.c @@ -276,7 +276,7 @@ ulong flash_init(void)  				flashbase = PHYS_FLASH_1;  				break;  			default: -				panic("configured to many flash banks!\n"); +				panic("configured too many flash banks!\n");  				break;  		}  		for (j = 0; j < flash_info[i].sector_count; j++) { |