]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/trab/flash.c
* Code cleanup:
[karo-tx-uboot.git] / board / trab / flash.c
index a2a21c6d25e6bf5d40faa597c63ad93116d7470a..aba06314c704a155c8f665a56607d3c097d9426a 100644 (file)
@@ -439,7 +439,7 @@ int write_buff (flash_info_t * info, uchar * src, ulong addr, ulong cnt)
                else {
                        data = *((vu_long *) src);
                }
-                       
+
                if ((rc = write_word (info, wp, data)) != 0) {
                        return (rc);
                }