1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

More code cleanup

This commit is contained in:
Wolfgang Denk
2006-07-21 15:24:56 +02:00
parent 144f7795ee
commit 966083e95f
13 changed files with 37 additions and 15 deletions

View File

@@ -261,8 +261,8 @@ zm_dprintf(char *fmt, ...)
static void
zm_flush(void)
{
char *p = zm_out_start;
#ifdef REDBOOT
char *p = zm_out_start;
while (*p) mon_write_char(*p++);
#endif
zm_out = zm_out_start;