X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=post%2Fpost.c;h=b74e7623169d562c3e69ece9c99790ff7302df7f;hb=d14c7ec2b51fb92c4a5218b299b772c3d186510d;hp=c982e27fff1f54e3e8b2bb2b73b21b130b837e55;hpb=cb5473205206c7f14cbb1e747f28ec75b48826e2;p=u-boot diff --git a/post/post.c b/post/post.c index c982e27fff..b74e762316 100644 --- a/post/post.c +++ b/post/post.c @@ -22,7 +22,7 @@ */ #include -#include +#include #include #include @@ -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 /*