]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/socfpga/spl.c
socfpga/spl: Remove timer_init from spl_board_init
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / socfpga / spl.c
index 944238bad154226dd7817763ced929eef1cd1ead..23053fd90f96300cae32f593f516116f423a276e 100644 (file)
@@ -37,9 +37,6 @@ u32 spl_boot_device(void)
  */
 void spl_board_init(void)
 {
-       /* init timer for enabling delay function */
-       timer_init();
-
        /* de-assert reset for peripherals and bridges based on handoff */
        reset_deassert_peripherals_handoff();