diff options
Diffstat (limited to 'lib_arm/board.c')
-rw-r--r-- | lib_arm/board.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c index d97d37b..a9b87b5 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -483,6 +483,9 @@ extern void davinci_eth_set_mac_addr (const u_int8_t *addr); reset_phy(); #endif #endif +#ifdef CONFIG_FASTBOOT + check_fastboot_mode(); +#endif /* main_loop() can return to retry autoboot, if so just run it again. */ for (;;) { main_loop (); |