History log of /openbmc/u-boot/include/linux/stringify.h (Results 1 – 3 of 3)
Revision Date Author Comments
# cae4a8a2 22-Oct-2012 Gerald Van Baren <gvb@unssw.com>

Merge branch 'next'


# bd23b22b 15-Oct-2012 Tom Rini <trini@ti.com>

Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging


# 9aed5080 27-Sep-2012 Marek Vasut <marex@denx.de>

COMMON: Add __stringify() function

Copied from Linux kernel:
commit 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4
Date: Wed Apr 8 16:58:57 2009 +0800

Pull in the __stringify()

COMMON: Add __stringify() function

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: Marek Vasut <marex@denx.de>
Cc: Wolfgang Denk <wd@denx.de>

show more ...