diff options
Diffstat (limited to 'include/post.h')
-rw-r--r-- | include/post.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/post.h b/include/post.h index abe47da..957ce3b 100644 --- a/include/post.h +++ b/include/post.h @@ -137,7 +137,7 @@ void post_output_backlog ( void ); int post_run (char *name, int flags); int post_info (char *name); int post_log (char *format, ...); -#ifndef CONFIG_RELOC_FIXUP_WORKS +#ifdef CONFIG_NEEDS_MANUAL_RELOC void post_reloc (void); #endif unsigned long post_time_ms (unsigned long base); |