u-boot/cpu/mpc83xx
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 mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former 2009-07-27 10:17:54 -05:00
config.mk 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx 2009-06-12 20:47:17 +02:00
cpu.c 83xx: Add support for fsl_dma driver 2009-07-02 11:15:57 -05:00
cpu_init.c mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields 2009-09-26 21:19:38 -05:00
ecc.c Command usage cleanup 2009-01-28 08:49:52 +01:00
fdt.c 83xx: searching "muram-data" by compatible property 2009-04-24 14:38:45 -05:00
interrupts.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
nand_init.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
pci.c mpc83xx: PCI: Fix hard-coded first_busno value 2009-02-23 15:52:23 -06:00
pcie.c mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values 2009-02-23 15:51:59 -06:00
qe_io.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
serdes.c mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice 2009-09-04 23:02:04 +02:00
spd_sdram.c 83xx: Add support for fsl_dma driver 2009-07-02 11:15:57 -05:00
speed.c 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x 2009-06-12 20:47:17 +02:00
start.S relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
traps.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
u-boot.lds ppc: Enable full relocation to RAM 2009-10-03 10:15:45 +02:00