Re: [U-Boot] [PATCH] Move preprocessor test for cmd_nand.c to Makefile

2009-11-19 Thread Scott Wood
On Thu, Nov 19, 2009 at 10:15:44AM -0600, Peter Tyser wrote: > On Thu, 2009-11-19 at 11:08 -0500, Robert P. J. Day wrote: > > Move the CONFIG_CMD_NAND preprocessor test out of common/cmd_nand.c > > and into the Makefile for consistency with other commands. > > This change has already been submitte

Re: [U-Boot] [PATCH] Move preprocessor test for cmd_nand.c to Makefile

2009-11-19 Thread Peter Tyser
On Thu, 2009-11-19 at 11:08 -0500, Robert P. J. Day wrote: > Move the CONFIG_CMD_NAND preprocessor test out of common/cmd_nand.c > and into the Makefile for consistency with other commands. This change has already been submitted by 2 different people and I believe is in the u-boot-nand-flash/next

[U-Boot] [PATCH] Move preprocessor test for cmd_nand.c to Makefile

2009-11-19 Thread Robert P. J. Day
Move the CONFIG_CMD_NAND preprocessor test out of common/cmd_nand.c and into the Makefile for consistency with other commands. Signed-off-by: Robert P. J. Day --- AFAICT, this doesn't affect any functionality, right? diff --git a/common/Makefile b/common/Makefile index 3781738..b8c596c 1006