mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
committed by
Wolfgang Denk
parent
3cbcfa70b1
commit
521af04d85
@@ -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[];
|
||||
|
Reference in New Issue
Block a user