Skip to content
Snippets Groups Projects
Select Git revision
0 results

reform-boundary-uboot

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    user avatar
    Gong Qianyu authored
    Modify the data pointer type from ulong* to u32*.
    
    For arm64 type "ulong" could be 64-bit. Then in line 89 of common/cmd_source.c:
    "while (*data++);" data will point to the next 64 bits each time. As the uImage
    file generated by mkimage tool keeps the same data format in either 32-bit or 64-bit
    platform, the difference would cause failure in 64-bit platform.
    
    Signed-off-by: default avatarGong Qianyu <Qianyu.Gong@freescale.com>
    210fbee9
    History
    Name Last commit Last update