u-boot-brain/arch/arm/cpu/armv7
Wolfgang Denk e03f316974 Drop support for CONFIG_SKIP_RELOCATE_UBOOT
For ARM systems, before ELF relocation was introduced,
CONFIG_SKIP_RELOCATE_UBOOT coul be used to prevent *COPYING* the
U-Boot image from whereever it was loaded to it's link address
(CONFIG_SYS_TEXT_BASE).  The name was badly chosen, as no relocation
was performed at all, it was just a memcpy().

With ELF relocation, this does not work like that any more, and
related boards need to be fixed anyway.  So don't keep this relict any
longer.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Tested-by: Heiko Schocher <hs@denx.de>
Tested-by: Reinhard Meyer <u-boot@emk-elektronik.de>
2010-10-29 21:40:08 +02:00
..
mx5 MX5: Remove dead code with ENABLE_IMPRECISE_ABORT 2010-10-19 12:28:08 +02:00
omap3 Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC 2010-10-29 21:39:59 +02:00
omap4 Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC 2010-10-29 21:39:59 +02:00
omap-common ARM: Use syslib functions for all CORTEXA8 2010-09-29 11:24:31 +02:00
s5p-common ARMV7: S5P: separate the peripheral clocks 2010-08-30 14:44:16 +09:00
s5pc1xx ARMV7: S5P: separate the peripheral clocks 2010-08-30 14:44:16 +09:00
config.mk ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
cpu.c ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
Makefile ARM: Use syslib functions for all CORTEXA8 2010-09-29 11:24:31 +02:00
start.S Drop support for CONFIG_SKIP_RELOCATE_UBOOT 2010-10-29 21:40:08 +02:00
syslib.c ARM: Use syslib functions for all CORTEXA8 2010-09-29 11:24:31 +02:00
u-boot.lds armv7, beagle: add support for ELF relocations 2010-10-13 10:12:25 +02:00