summaryrefslogtreecommitdiffstats
path: root/post
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 /post
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 'post')
-rw-r--r--post/post.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/post/post.c b/post/post.c
index bc8114e511..b74e762316 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
/*
OpenPOWER on IntegriCloud