uboot/cpu/mpc8xx
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
bedbug_860.c Standardize command usage messages with cmd_usage() 2009-01-28 08:43:45 +01:00
commproc.c
config.mk ppc: Remove -fno-strict-aliasing 2009-09-04 22:15:48 +02:00
cpu.c
cpu_init.c
fdt.c
fec.c
fec.h
i2c.c i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions 2008-12-15 23:46:21 +01:00
interrupts.c
kgdb.S
lcd.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
plprcr_write.S
scc.c
serial.c 8xx serial, smc: Coding-Style cleanup serial SMC driver 2009-02-11 23:18:14 +01:00
speed.c
spi.c
start.S relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
traps.c
upatch.c
video.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
wlkbd.c