diff options
author | Marek Vasut | 2023-09-06 23:30:15 +0200 |
---|---|---|
committer | Tom Rini | 2023-09-14 10:42:25 -0400 |
commit | 4babaa0c28becc2b80db13daa6f30d8f4d35e94e (patch) | |
tree | e98df3cab8a288829e16bab3999af50550163942 /include/post.h | |
parent | 3bb917ee3b9e4f3e8b3cf7911aadb84ff2423f1a (diff) |
post: 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>
Diffstat (limited to 'include/post.h')
-rw-r--r-- | include/post.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/post.h b/include/post.h index 41120695064..6e88d550722 100644 --- a/include/post.h +++ b/include/post.h @@ -105,9 +105,6 @@ void post_bootmode_clear (void); int post_run (char *name, int flags); int post_info (char *name); int post_log (char *format, ...); -#ifdef CONFIG_NEEDS_MANUAL_RELOC -void post_reloc (void); -#endif unsigned long post_time_ms (unsigned long base); /** |