From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 23 Oct 2011 22:46:19 +0200 Subject: [U-Boot] debugX macro In-Reply-To: <20111023172326.827451408771@gemini.denx.de> References: <201110231646.59439.marek.vasut@gmail.com> <20111023172326.827451408771@gemini.denx.de> Message-ID: <201110232246.19536.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday, October 23, 2011 07:23:26 PM Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <201110231646.59439.marek.vasut@gmail.com> you wrote: > > I've been doing the debug() cleanup and found the debugX() macro is used > > only in very few patches. Maybe punting it altogether won't hurt. > > > > The following do use it: > > ./board/spc1920/hpi.c > > ./drivers/mtd/nand/s3c2410_nand.c > > > > Opinions? > > Dump it! Dumped on next iteration of the GCC4.6 cleanups! Cheers