Skip to content
Snippets Groups Projects
Select Git revision
  • c44efcf97b335dcef7d014f65b7d3094e79adb13
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

mpc8220

Forked from Reform / reform-boundary-uboot
43114 commits behind the upstream repository.
user avatar
Joakim Tjernlund authored
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: default avatarJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
afc3ba0f
History