uboot-mt623x/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 86xx: Cleanup MP support 2009-04-01 15:29:44 -05:00
cache.S rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
config.mk 86xx: Remove redudant PLATFORM_CPPFLAGS 2009-08-28 17:12:37 -05:00
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 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx 2009-08-28 17:12:38 -05:00
ddr-8641.c 86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields 2009-07-22 09:43:47 -05:00
fdt.c ppc/85xx/86xx: Device tree fixup for number of cores 2009-09-08 09:10:08 -05:00
interrupts.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mp.c 86xx: Cleanup MP support 2009-04-01 15:29:44 -05:00
release.S 86xx: Cleanup MP support 2009-04-01 15:29:44 -05:00
speed.c mpc8[56]xx: Put localbus clock in sysinfo and gd 2008-12-19 18:32:49 -06:00
start.S relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
traps.c Fix some more print() format errors. 2008-07-11 01:16:00 +02:00