diff options
Diffstat (limited to 'cmd/boot.c')
-rw-r--r-- | cmd/boot.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ static int do_go(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) addr = hextoul(argv[1], NULL); printf ("## Starting application at 0x%08lX ...\n", addr); + flush(); /* * pass address parameter as argv[0] (aka command name), |