From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert P. J. Day Date: Thu, 19 Nov 2009 10:57:18 -0500 (EST) Subject: [U-Boot] [PATCH] Remove entirely superfluous preprocessor tests from cmd_*.c files. In-Reply-To: <1258644991.8365.6015.camel@localhost.localdomain> References: <1258644991.8365.6015.camel@localhost.localdomain> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 19 Nov 2009, Peter Tyser wrote: > > > -#if defined(CONFIG_CMD_LICENSE) > > - > > /* COPYING is currently 15951 bytes in size */ > > #define LICENSE_MAX 20480 > > > > @@ -56,5 +54,3 @@ U_BOOT_CMD(license, 1, 1, do_license, > > "print GPL license text", > > "" > > ); > > - > > -#endif /* CONFIG_CMD_LICENSE */ > > Hi Robert, > Thanks for the cleanup. The above change was recently submitted, but > hasn't been applied yet. Search for "cmd_license: Remove unneeded > #ifdef CONFIG_CMD_LICENSE". Could you remove the above chunk from your > patch and resubmit so as to prevent a conflict when Wolfgang applies > both patches? okey dokey, coming right up. rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting, Training and Kernel Pedantry. Web page: http://crashcourse.ca Twitter: http://twitter.com/rpjday ========================================================================