]> Git Repo - u-boot.git/blobdiff - tools/updater/flash.c
* Implement new mechanism to export U-Boot's functions to standalone
[u-boot.git] / tools / updater / flash.c
index d2e11d21248f562d9ea8fccc94046ef266e326d5..99b17195e571d0f425773b57b0fc1e7127e867b1 100644 (file)
@@ -157,9 +157,9 @@ flash_write (uchar *src, ulong addr, ulong cnt)
                }
        }
 
-       mon_printf("\rWriting ");
-       for (j=0; j<20; j++) mon_putc(177);
-       mon_printf("\rWriting ");
+       printf("\rWriting ");
+       for (j=0; j<20; j++) putc(177);
+       printf("\rWriting ");
 
        /* finally write data to flash */
        for (info = info_first; info <= info_last && cnt>0; ++info) {
This page took 0.023906 seconds and 4 git commands to generate.