diff options
Diffstat (limited to 'board/impa7/flash.c')
-rw-r--r-- | board/impa7/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/impa7/flash.c b/board/impa7/flash.c index 7db0b32..da4d31e 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 |