aboutsummaryrefslogtreecommitdiff
path: root/board/impa7/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/impa7/flash.c')
-rw-r--r--board/impa7/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/impa7/flash.c b/board/impa7/flash.c
index 7db0b3289..da4d31eb1 100644
--- a/board/impa7/flash.c
+++ b/board/impa7/flash.c
@@ -221,7 +221,7 @@ static int write_word (flash_info_t *info, ulong dest, ulong data)
/* Check if Flash is (sufficiently) erased
*/
if ((*addr & data) != data)
- return ERR_NOT_ERASED;
+ return ERR_NOT_ERASED;
/*
* Disable interrupts which might cause a timeout