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

stringify.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Marek Vasut's avatar
      9aed5080
      COMMON: Add __stringify() function · 9aed5080
      Marek Vasut authored
      
      Copied from Linux kernel:
      commit 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4
      Date:   Wed Apr 8 16:58:57 2009 +0800
      
      Pull in the __stringify() macro from Linux kernel. This macro is usually used to
      convert numbers to strings at preprocessor level, yet it is not limited only to
      that. This is useful as it allows higher usage of puts() in favour of printf().
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      9aed5080
      History
      COMMON: Add __stringify() function
      Marek Vasut authored
      
      Copied from Linux kernel:
      commit 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4
      Date:   Wed Apr 8 16:58:57 2009 +0800
      
      Pull in the __stringify() macro from Linux kernel. This macro is usually used to
      convert numbers to strings at preprocessor level, yet it is not limited only to
      that. This is useful as it allows higher usage of puts() in favour of printf().
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>