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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user