]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/post.c
Merge branch 'reloc'
[karo-tx-uboot.git] / post / post.c
index bc8114e511357c18c45c072564d7303d511d69c5..b74e7623169d562c3e69ece9c99790ff7302df7f 100644 (file)
@@ -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
 
 
 /*