aboutsummaryrefslogtreecommitdiff
path: root/cmd/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/boot.c')
-rw-r--r--cmd/boot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/boot.c b/cmd/boot.c
index be67a59..14839c1 100644
--- a/cmd/boot.c
+++ b/cmd/boot.c
@@ -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),