diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-11-24 20:04:21 +1100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-12-05 01:05:39 +0100 |
commit | 1c409bc7101a24ecd47a13a4e851845d66dc23ce (patch) | |
tree | 0ecc055ef81130abc919cc2123974304dfa75b9e /lib_i386/timer.c | |
parent | cabe5794803fbe18bedac2d9c7f2417a0fa95ec1 (diff) | |
download | u-boot-imx-1c409bc7101a24ecd47a13a4e851845d66dc23ce.zip u-boot-imx-1c409bc7101a24ecd47a13a4e851845d66dc23ce.tar.gz u-boot-imx-1c409bc7101a24ecd47a13a4e851845d66dc23ce.tar.bz2 |
i386: Final Relocation
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'lib_i386/timer.c')
-rw-r--r-- | lib_i386/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_i386/timer.c b/lib_i386/timer.c index 58a0212..5cb1f54 100644 --- a/lib_i386/timer.c +++ b/lib_i386/timer.c @@ -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; /* |