diff options
Diffstat (limited to 'arch/microblaze/lib/bootm.c')
| -rw-r--r-- | arch/microblaze/lib/bootm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/microblaze/lib/bootm.c b/arch/microblaze/lib/bootm.c index 24b9e09ac..95cee509d 100644 --- a/arch/microblaze/lib/bootm.c +++ b/arch/microblaze/lib/bootm.c @@ -59,7 +59,7 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima  	if (ret)  		return 1; -	show_boot_progress(BOOTSTAGE_ID_RUN_OS); +	bootstage_mark(BOOTSTAGE_ID_RUN_OS);  	if (!of_flat_tree && argc > 3)  		of_flat_tree = (char *)simple_strtoul(argv[3], NULL, 16); |