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:
committed by
Wolfgang Denk
parent
8c63d47651
commit
e17ee157ca
@@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user