mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
afc3ba0fc4
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> |
||
---|---|---|
.. | ||
drivers | ||
config.mk | ||
cpu.c | ||
cpu_init.c | ||
interrupts.c | ||
Makefile | ||
pci.c | ||
speed.c | ||
start.S | ||
traps.c | ||
u-boot.lds |