summaryrefslogtreecommitdiff
path: root/board/ppmc8260/strataflash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ppmc8260/strataflash.c')
-rw-r--r--board/ppmc8260/strataflash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ppmc8260/strataflash.c b/board/ppmc8260/strataflash.c
index 3f4fcb93eb..ea3c42eed4 100644
--- a/board/ppmc8260/strataflash.c
+++ b/board/ppmc8260/strataflash.c
@@ -2,7 +2,7 @@
* (C) Copyright 2002
* Brad Kemp, Seranoa Networks, Brad.Kemp@seranoa.com
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
@@ -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");
}