diff options
Diffstat (limited to 'board/ppmc8260/strataflash.c')
-rw-r--r-- | board/ppmc8260/strataflash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ppmc8260/strataflash.c b/board/ppmc8260/strataflash.c index 03d36ee..ea3c42e 100644 --- a/board/ppmc8260/strataflash.c +++ b/board/ppmc8260/strataflash.c @@ -407,7 +407,7 @@ static int flash_full_status_check(flash_info_t * info, ulong sector, ulong tout printf("Command Sequence Error.\n"); } else if(flash_isset(info, sector, 0, FLASH_STATUS_ECLBS)){ printf("Block Erase Error.\n"); - retcode = ERR_NOT_ERASED; + retcode = ERR_NOT_ERASED; } else if (flash_isset(info, sector, 0, FLASH_STATUS_PSLBS)) { printf("Locking Error\n"); } |