mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
common: board_r: Remove unused NEEDS_MANUAL_RELOC code bits
The last user of the NEEDS_MANUAL_RELOC has been removed in commit
26af162ac8
("arch: m68k: Implement relocation")
Remove now unused NEEDS_MANUAL_RELOC code.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -97,13 +97,3 @@ int initcall_run_list(const init_fnc_t init_sequence[])
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void initcall_manual_reloc(init_fnc_t init_sequence[])
|
||||
{
|
||||
init_fnc_t *ptr;
|
||||
|
||||
for (ptr = init_sequence; *ptr; ptr++) {
|
||||
if (!initcall_is_event(*ptr))
|
||||
MANUAL_RELOC(*ptr);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user