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

tools

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    43157 commits behind the upstream repository.
    user avatar
    Mike Frysinger authored
    Newer toolchains will often complain about unchecked fwrite():
    	envcrc.c:117: warning: ignoring return value of `fwrite, declared
    		with attribute warn_unused_result
    
    So check the return value to silence the warnings.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    f67066b6
    History