From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 10 Aug 2012 22:21:04 +0200 Subject: [U-Boot] [PATCH 1/3] COMMON: Add __stringify() function In-Reply-To: <1344423139-18610-1-git-send-email-marex@denx.de> References: <1344423139-18610-1-git-send-email-marex@denx.de> Message-ID: <20120810222104.1e6c4afc@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Wed, 8 Aug 2012 12:52:17 +0200 Marek Vasut wrote: > This function converts static number to string in preprocessor. > This is useful as it allows higher usage of puts() in favour of printf() > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > --- > include/common.h | 1 + > include/linux/stringify.h | 12 ++++++++++++ > 2 files changed, 13 insertions(+) > create mode 100644 include/linux/stringify.h applied to my staging branch, thanks! Anatolij