summaryrefslogtreecommitdiff
path: root/arch/arm/lib/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/lib/board.c')
-rw-r--r--arch/arm/lib/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
index 1f2bab1..96e1804 100644
--- a/arch/arm/lib/board.c
+++ b/arch/arm/lib/board.c
@@ -687,7 +687,7 @@ void board_init_r(gd_t *id, ulong dest_addr)
#endif
#ifdef CONFIG_FSL_FASTBOOT
- check_fastboot();
+ fastboot_run_bootmode();
#endif
/* main_loop() can return to retry autoboot, if so just run it again. */