uboot-mt623x/arch/arm/cpu/armv7/omap3
Wolfgang Denk a9aa392629 Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
When this define was introduced, the idea was to provide a soft
migration path for ARM boards to get adapted to the new relocation
support.  However, other recent changes led to a different
implementation (ELF relocation), where this no longer works.  By now
CONFIG_SYS_ARM_WITHOUT_RELOC does not only not help any more, but it
actually hurts because it obfuscates the actual code by sprinkling it
with lots of dead and non-working debris.

So let's make a clean cut and drop CONFIG_SYS_ARM_WITHOUT_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>
2010-10-29 21:39:59 +02:00
..
Makefile ARMV7: OMAP: Move syslib.c to omap-common since it can be shared by OMAP3 and OMAP4 2010-09-08 14:50:17 -04:00
board.c ARMV7: OMAP3: Convert setup_auxcr() to pure asm 2010-09-08 14:51:09 -04:00
cache.S ARM V7 (OMAP): add data cache support, test on Beagle board 2010-09-19 19:29:51 +02:00
clock.c ARMV7: OMAP3: Add clock setup for OMAP36XX/37XX 2010-09-08 14:50:58 -04:00
emif4.c Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC 2010-10-29 21:39:59 +02:00
gpio.c ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
lowlevel_init.S Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE 2010-10-18 22:07:10 +02:00
mem.c ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
sdrc.c Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC 2010-10-29 21:39:59 +02:00
sys_info.c ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XX 2010-09-08 14:50:52 -04:00