summaryrefslogtreecommitdiffstats
path: root/arch/avr32/lib/bootm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/lib/bootm.c')
-rw-r--r--arch/avr32/lib/bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/lib/bootm.c b/arch/avr32/lib/bootm.c
index f18073796c..74ebeca058 100644
--- a/arch/avr32/lib/bootm.c
+++ b/arch/avr32/lib/bootm.c
@@ -192,7 +192,7 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima
theKernel = (void *)images->ep;
- show_boot_progress(BOOTSTAGE_ID_RUN_OS);
+ bootstage_mark(BOOTSTAGE_ID_RUN_OS);
params = params_start = (struct tag *)gd->bd->bi_boot_params;
params = setup_start_tag(params);
OpenPOWER on IntegriCloud