]> git.sur5r.net Git - u-boot/blobdiff - board/prodrive/alpr/fpga.c
Merge branch 'reloc'
[u-boot] / board / prodrive / alpr / fpga.c
index 0ecebc943a7be7ff10a5ba1c0298ed4cdd1fbc8b..7571cd950c0463fbbaff807390c8b1475870ca19 100644 (file)
@@ -244,8 +244,8 @@ int alpr_fpga_init (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 ();
 
        for (i = 0; i < CONFIG_FPGA_COUNT; i++) {
                PRINTF ("%s:%d: Adding fpga %d\n", __FUNCTION__, __LINE__, i);