summaryrefslogtreecommitdiffstats
path: root/include/post.h
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-09-21 11:20:36 -0500
committerWolfgang Denk <wd@denx.de>2009-10-03 10:17:57 +0200
commit521af04d853361b49344b61892eb0618f9f713c5 (patch)
treeb5168e8f89074a797761a03c6bcf0c95ddfc5f12 /include/post.h
parent3cbcfa70b116df1bbdc90ba31c61adcaec058a8a (diff)
downloadblackbird-obmc-uboot-521af04d853361b49344b61892eb0618f9f713c5.tar.gz
blackbird-obmc-uboot-521af04d853361b49344b61892eb0618f9f713c5.zip
Conditionally perform common relocation fixups
Add #ifdefs where necessary to not perform relocation fixups. This allows boards/architectures which support relocation to trim a decent chunk of code. Note that this patch doesn't add #ifdefs to architecture-specific code which does not support relocation. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/post.h')
-rw-r--r--include/post.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/post.h b/include/post.h
index fe96312cb0..9fcd3cec2f 100644
--- a/include/post.h
+++ b/include/post.h
@@ -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[];
OpenPOWER on IntegriCloud