mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
initcall: Remove unused NEEDS_MANUAL_RELOC code bits
The last user of the NEEDS_MANUAL_RELOC has been removed in commit
26af162ac8f8 ("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:
parent
decbc81844
commit
92b1f7abb6
@ -35,11 +35,4 @@ typedef int (*init_fnc_t)(void);
|
||||
*/
|
||||
int initcall_run_list(const init_fnc_t init_sequence[]);
|
||||
|
||||
/**
|
||||
* initcall_manual_reloc() - Do manual relocation on an initcall sequence
|
||||
*
|
||||
* @init_sequence: NULL-terminated init sequence to relocate
|
||||
*/
|
||||
void initcall_manual_reloc(init_fnc_t init_sequence[]);
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user