1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 01:32:47 +02:00

Add basic relocation to i386 port

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
Graeme Russ
2009-02-24 21:14:56 +11:00
committed by Wolfgang Denk
parent 8c63d47651
commit e17ee157ca
7 changed files with 77 additions and 5 deletions

View 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;
new_func->isr_func = isr_func + gd->reloc_off;
new_func->next = NULL;
/*