uboot/cpu/mpc8260
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 mgcoge make ether_scc.c work with CONFIG_NET_MULTI 2009-01-24 20:45:52 -08:00
bedbug_603e.c Standardize command usage messages with cmd_usage() 2009-01-28 08:43:45 +01:00
commproc.c
config.mk
cpu.c MPC8260: fixup device tree by property instead of path 2009-05-15 22:03:09 +02:00
cpu_init.c
ether_fcc.c cpu/: get mac address from environment 2009-03-20 22:39:11 +01:00
ether_scc.c cpu/: get mac address from environment 2009-03-20 22:39:11 +01:00
i2c.c i2c: Create common default i2c_[set|get]_bus_speed() functions 2009-06-12 20:39:45 +02:00
interrupts.c
kgdb.S
pci.c PQ2FADS: Enable PCI. 2009-04-04 20:00:06 +02:00
serial_scc.c
serial_smc.c 82xx serial, smc: Coding-Style cleanup serial SMC driver 2009-02-10 00:55:12 +01:00
speed.c
speed.h
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