]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/board_f.c
board_f: Drop the timer after relocation
[people/ms/u-boot.git] / common / board_f.c
index 104d144f41ab3703db74d20609507bd3bb38b8a4..9220815441e51f58d34eac914c570a84da206bd1 100644 (file)
@@ -952,6 +952,9 @@ void board_init_f_r(void)
         * UART if available.
         */
        gd->flags &= ~GD_FLG_SERIAL_READY;
+#ifdef CONFIG_TIMER
+       gd->timer = NULL;
+#endif
 
        /*
         * U-Boot has been copied into SDRAM, the BSS has been cleared etc.