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>
Showing
- common/cmd_bootm.c 3 additions, 1 deletioncommon/cmd_bootm.c
- common/cmd_date.c 4 additions, 0 deletionscommon/cmd_date.c
- common/dlmalloc.c 2 additions, 0 deletionscommon/dlmalloc.c
- common/env_common.c 4 additions, 0 deletionscommon/env_common.c
- common/hush.c 4 additions, 0 deletionscommon/hush.c
- common/image.c 5 additions, 1 deletioncommon/image.c
- common/serial.c 2 additions, 0 deletionscommon/serial.c
- common/stdio.c 3 additions, 2 deletionscommon/stdio.c
- disk/part.c 4 additions, 1 deletiondisk/part.c
- drivers/mtd/nand/nand.c 2 additions, 0 deletionsdrivers/mtd/nand/nand.c
- fs/ubifs/ubifs.c 4 additions, 0 deletionsfs/ubifs/ubifs.c
- include/post.h 2 additions, 0 deletionsinclude/post.h
- post/post.c 2 additions, 0 deletionspost/post.c
Loading
Please register or sign in to comment