]> git.sur5r.net Git - u-boot/blobdiff - board/gen860t/fpga.c
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / board / gen860t / fpga.c
index 29cad2ee81ffc8e6965cbbc20ef2982492a4149f..d42c500ca085031011d4eb6bf2cde2d15bc51a3f 100644 (file)
@@ -193,8 +193,9 @@ int gen860t_init_fpga (void)
 {
        int i;
 
-       PRINTF ("%s:%d: Initialize FPGA interface (relocation offset = 0x%.8lx)\n", __FUNCTION__, __LINE__, gd->reloc_off);
-       fpga_init (gd->reloc_off);
+       PRINTF ("%s:%d: Initialize FPGA interface\n",
+               __FUNCTION__, __LINE__);
+       fpga_init ();
        fpga_selectmap_init ();
 
        for (i = 0; i < CONFIG_FPGA_COUNT; i++) {