diff options
Diffstat (limited to 'board/eltec/elppc/elppc.c')
-rw-r--r-- | board/eltec/elppc/elppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/eltec/elppc/elppc.c b/board/eltec/elppc/elppc.c index 7b4d7d20090..a9dbeb20959 100644 --- a/board/eltec/elppc/elppc.c +++ b/board/eltec/elppc/elppc.c @@ -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); } /* ------------------------------------------------------------------------- */ |