* Implement new mechanism to export U-Boot's functions to standalone
[kernel/u-boot.git] / board / eltec / elppc / elppc.c
index 7b4d7d2..a9dbeb2 100644 (file)
@@ -142,7 +142,7 @@ void after_reloc (ulong dest_addr)
        /*
         * Jump to the main U-Boot board init code
         */
-       board_init_r (gd, dest_addr);
+       board_init_r ((gd_t *)gd, dest_addr);
 }
 
 /* ------------------------------------------------------------------------- */