]> Git Repo - u-boot.git/blobdiff - board/eltec/elppc/elppc.c
* Implement new mechanism to export U-Boot's functions to standalone
[u-boot.git] / board / eltec / elppc / elppc.c
index 7b4d7d20090fc1859a64af445db1e85a72d2cc94..a9dbeb209599eb71978253afdb72e45ae5b1616a 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);
 }
 
 /* ------------------------------------------------------------------------- */
This page took 0.022332 seconds and 4 git commands to generate.