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

mpc5xx

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    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
    Name Last commit Last update
    ..