[U-Boot] [PATCH] Remove entirely superfluous preprocessor tests from cmd_*.c files.
Robert P. J. Day
rpjday at crashcourse.ca
Thu Nov 19 16:57:18 CET 2009
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
========================================================================
More information about the U-Boot
mailing list