[U-Boot] [PATCH] Remove entirely superfluous preprocessor tests from cmd_*.c files.
Peter Tyser
ptyser at xes-inc.com
Thu Nov 19 16:36:31 CET 2009
> -#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?
Best,
Peter
More information about the U-Boot
mailing list