]> git.sur5r.net Git - u-boot/blobdiff - board/impa7/flash.c
* Code cleanup:
[u-boot] / board / impa7 / flash.c
index 7db0b3289dc6c260a7f2495030218474a618f842..da4d31eb1e289b70dd854817bb982eb520340354 100644 (file)
@@ -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