]> git.sur5r.net Git - u-boot/blobdiff - lib_i386/timer.c
i386: Final Relocation
[u-boot] / lib_i386 / timer.c
index 58a0212ad96e1362aad578e80e7c31f9c576795d..5cb1f54fb5628616622a93f659992b5afeb6ae74 100644 (file)
@@ -51,7 +51,7 @@ int register_timer_isr (timer_fnc_t *isr_func)
        if (new_func == NULL)
                return 1;
 
-       new_func->isr_func = isr_func + gd->reloc_off;
+       new_func->isr_func = isr_func;
        new_func->next = NULL;
 
        /*