uboot/cpu/mpc86xx
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
cache.S
config.mk
cpu.c ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu(). 2009-09-08 09:10:08 -05:00
cpu_init.c
ddr-8641.c
fdt.c ppc/85xx/86xx: Device tree fixup for number of cores 2009-09-08 09:10:08 -05:00
interrupts.c
mp.c
release.S
speed.c
start.S relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
traps.c