Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • stable
  • extraversion
  • early-display
  • variant-emmc-nvme-boot
  • 2024-07-19
  • 2024-06-30
  • 2023-10-18
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
14 results

altera

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Marek Vasut authored
    First of all, don't break strings in the debug_cond() calls across
    multiple lines. Next, zap a couple of really odd casts in the code.
    Finally, make i into a signed variable, so it is possible to avoid
    constructs of the form:
        for (i = FOO;; i--) { <code>; if (i == 0) break; }.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    f0712c35
    History