]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Conditionally perform common relocation fixups
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 21 Sep 2009 16:20:36 +0000 (11:20 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 3 Oct 2009 08:17:57 +0000 (10:17 +0200)
commit521af04d853361b49344b61892eb0618f9f713c5
treeb5168e8f89074a797761a03c6bcf0c95ddfc5f12
parent3cbcfa70b116df1bbdc90ba31c61adcaec058a8a
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>
13 files changed:
common/cmd_bootm.c
common/cmd_date.c
common/dlmalloc.c
common/env_common.c
common/hush.c
common/image.c
common/serial.c
common/stdio.c
disk/part.c
drivers/mtd/nand/nand.c
fs/ubifs/ubifs.c
include/post.h
post/post.c