diff options
Diffstat (limited to 'arch/arm/lib/board.c')
-rw-r--r-- | arch/arm/lib/board.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index 8045c9d..1f2bab1 100644 --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c @@ -45,8 +45,8 @@ #include <miiphy.h> #endif -#ifdef CONFIG_FASTBOOT -#include <fastboot.h> +#ifdef CONFIG_FSL_FASTBOOT +#include <fsl_fastboot.h> #endif DECLARE_GLOBAL_DATA_PTR; @@ -643,7 +643,7 @@ void board_init_r(gd_t *id, ulong dest_addr) board_late_init(); #endif -#ifdef CONFIG_FASTBOOT +#ifdef CONFIG_FSL_FASTBOOT fastboot_setup(); #endif @@ -686,7 +686,7 @@ void board_init_r(gd_t *id, ulong dest_addr) } #endif -#ifdef CONFIG_FASTBOOT +#ifdef CONFIG_FSL_FASTBOOT check_fastboot(); #endif |