]> git.sur5r.net Git - u-boot/blobdiff - board/prodrive/alpr/fpga.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / prodrive / alpr / fpga.c
index 0ecebc943a7be7ff10a5ba1c0298ed4cdd1fbc8b..f3bc1fa7a1693c291a46f86ba796f53bd57edc10 100644 (file)
@@ -30,7 +30,7 @@
 #include <altera.h>
 #include <ACEX1K.h>
 #include <command.h>
-#include <asm-ppc/processor.h>
+#include <asm/processor.h>
 #include <ppc440.h>
 #include "fpga.h"
 
@@ -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);