]> git.sur5r.net Git - u-boot/blobdiff - include/post.h
MVBLUE: Remove CONFIG_CMD_IRQ
[u-boot] / include / post.h
index fe96312cb08b13d076963fb14c963a18a50accd7..9fcd3cec2f6169bb2c43a12373d42de00cbb74c8 100644 (file)
@@ -73,7 +73,9 @@ 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
 void post_reloc (void);
+#endif
 unsigned long post_time_ms (unsigned long base);
 
 extern struct post_test post_list[];