1
0
Fork 0
remarkable-uboot/board/xilinx/ml300
Peter Tyser 858290178f ppc: Enable full relocation to RAM
The following changes allow U-Boot to fully relocate from flash to
RAM:
 - Remove linker scripts' .fixup sections from the .text section
 - Add -mrelocatable to PLATFORM_RELFLAGS for all boards
 - Define CONFIG_RELOC_FIXUP_WORKS for all boards

Previously, U-Boot would partially relocate, but statically initialized
pointers needed to be manually relocated.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2009-10-03 10:15:45 +02:00
..
Makefile unify HOST_CFLAGS and HOSTCFLAGS 2009-07-23 21:26:14 +02:00
config.mk * Patch by Peter Ryser, 20 Feb 2004: 2004-02-23 23:54:43 +00:00
init.S ppc4xx: Remove superfluous dram_init() call or replace it by initdram() 2008-06-03 20:22:19 +02:00
ml300.c rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM 2008-09-10 21:09:38 +02:00
serial.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
u-boot.lds ppc: Enable full relocation to RAM 2009-10-03 10:15:45 +02:00
u-boot.lds.debug ppc: Enable full relocation to RAM 2009-10-03 10:15:45 +02:00
xparameters.h * Patch by Sean Chang, 9 Aug 2004: 2004-09-29 22:43:59 +00:00