diff options
Diffstat (limited to 'post/post.c')
| -rw-r--r-- | post/post.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/post/post.c b/post/post.c index 8a9fd0d2e..1b7f2aa07 100644 --- a/post/post.c +++ b/post/post.c @@ -422,7 +422,7 @@ int post_log (char *format, ...)  	return 0;  } -#ifndef CONFIG_RELOC_FIXUP_WORKS +#ifdef CONFIG_NEEDS_MANUAL_RELOC  void post_reloc (void)  {  	unsigned int i; |