uboot/cpu/mpc5xx
Joakim Tjernlund afc3ba0fc4 relocation: Do not relocate NULL pointers.
NULL is an absolute value and should not be relocated.
After this correction code like:
 void weak_fun(void) __attribute__((weak));
 printf("weak_fun:%p\n", weak_fun);
will still print null after relocation.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2009-10-08 09:33:36 +02:00
..
Makefile
config.mk
cpu.c
cpu_init.c
interrupts.c
serial.c
speed.c
spi.c
start.S relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
traps.c
u-boot.lds ppc: Enable full relocation to RAM 2009-10-03 10:15:45 +02:00