]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-at91/spl_atmel.c
tegra: video: Move LCD driver to use the DM PWM driver
[u-boot] / arch / arm / mach-at91 / spl_atmel.c
index 9cc1111234a16f723519281bbd3fd4f7aae7a531..b2fb51d0ac27fbb4c898c0b4fd10145f9e930cab 100644 (file)
@@ -70,7 +70,12 @@ __weak void redirect_int_from_saic_to_aic(void)
        /* This only be used for sama5d4 soc now */
 }
 
+/* empty stub to satisfy current lowlevel_init, can be removed any time */
 void s_init(void)
+{
+}
+
+void board_init_f(ulong dummy)
 {
        switch_to_main_crystal_osc();