diff options
Diffstat (limited to 'board/logodl/flash.c')
| -rw-r--r-- | board/logodl/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/logodl/flash.c b/board/logodl/flash.c index cef0b4dee..8c304f939 100644 --- a/board/logodl/flash.c +++ b/board/logodl/flash.c @@ -91,7 +91,7 @@ ulong flash_init(void)  		flashbase = PHYS_FLASH_2;  		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++) |