Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
authorWolfgang Denk <wd@denx.de>
Thu, 28 Oct 2010 18:00:11 +0000 (20:00 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 29 Oct 2010 19:32:07 +0000 (21:32 +0200)
commit2e5167ccad93ca9cfa6a2acfab5e4785418e477e
tree6351c567c3389ba662870eac1c74919e2d904633
parent908614f20f7f0f5df736eed21b88e81ebbf14e86
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC

By now, the majority of architectures have working relocation
support, so the few remaining architectures have become exceptions.
To make this more obvious, we make working relocation now the default
case, and flag the remaining cases with CONFIG_NEEDS_MANUAL_RELOC.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Tested-by: Heiko Schocher <hs@denx.de>
Tested-by: Reinhard Meyer <u-boot@emk-elektronik.de>
37 files changed:
arch/arm/include/asm/config.h
arch/arm/lib/board.c
arch/avr32/include/asm/config.h
arch/avr32/lib/board.c
arch/blackfin/include/asm/config.h
arch/i386/include/asm/config.h
arch/m68k/include/asm/config.h
arch/m68k/lib/board.c
arch/microblaze/include/asm/config.h
arch/mips/include/asm/config.h
arch/mips/lib/board.c
arch/nios2/include/asm/config.h
arch/powerpc/include/asm/config.h
arch/sh/include/asm/config.h
arch/sparc/include/asm/config.h
arch/sparc/lib/board.c
common/cmd_bmp.c
common/cmd_bootm.c
common/cmd_date.c
common/cmd_i2c.c
common/cmd_nvedit.c
common/cmd_onenand.c
common/command.c
common/dlmalloc.c
common/env_common.c
common/hush.c
common/image.c
common/serial.c
common/stdio.c
disk/part.c
doc/README.arm-relocation
drivers/mtd/nand/nand.c
drivers/net/phy/miiphybb.c
fs/ubifs/ubifs.c
include/command.h
include/post.h
post/post.c