diff options
Diffstat (limited to 'board/sc520_cdp/flash.c')
| -rw-r--r-- | board/sc520_cdp/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/sc520_cdp/flash.c b/board/sc520_cdp/flash.c index 2f7ce5254..d52a847c7 100644 --- a/board/sc520_cdp/flash.c +++ b/board/sc520_cdp/flash.c @@ -234,7 +234,7 @@ ulong flash_init(void)  			flashbase = SC520_FLASH_BANK2_BASE;  			break;  		default: -			panic("configured to many flash banks!\n"); +			panic("configured too many flash banks!\n");  		}  		id = identify_flash(flashbase, 4); |