From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 31 Jul 2012 15:55:55 +0200 Subject: [U-Boot] [PATCH 1/2] COMMON: Add __stringify() function In-Reply-To: <201207310401.11914.vapier@gentoo.org> References: <1343483279-11572-1-git-send-email-marex@denx.de> <20120728195733.28626200346@gemini.denx.de> <201207310401.11914.vapier@gentoo.org> Message-ID: <201207311555.55648.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Mike Frysinger, > On Saturday 28 July 2012 15:57:33 Wolfgang Denk wrote: > > Marek Vasut wrote: > > > > > include/common.h | 7 +++++++ > > > > > 1 file changed, 7 insertions(+) > > > > > > > > We have similar things already, and we don't add dead code - you add > > > > a macro without users here. > > > > > > It's used in 2/2 ... what macro do you have in mind ? > > > > Then add it with the patch that uses it. > > > > As for existing use, see for example > > there's also MK_STR() and XMK_STR(). Grunt ... how do you find those? Or is it that you just happened to run over them? > would be good to import > linux/stringify.h (rather than adding these macros to common.h) and > converting all consumers over to that. I wonder, what's the gain? > -mike Best regards, Marek Vasut