diff options
Diffstat (limited to 'post/post.c')
| -rw-r--r-- | post/post.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/post/post.c b/post/post.c index bc8114e51..b74e76231 100644 --- a/post/post.c +++ b/post/post.c @@ -393,6 +393,7 @@ int post_log (char *format, ...)  	return 0;  } +#ifndef CONFIG_RELOC_FIXUP_WORKS  void post_reloc (void)  {  	unsigned int i; @@ -437,6 +438,7 @@ void post_reloc (void)  		}  	}  } +#endif  /* |