tegra: Init clocks even when SPL did not run
[platform/kernel/u-boot.git] / arch / arm / mach-tegra / clock.c
index 3bb7233..76436d8 100644 (file)
@@ -825,3 +825,8 @@ int clock_external_output(int clk_id)
 
        return 0;
 }
+
+__weak bool clock_early_init_done(void)
+{
+       return true;
+}