On Wed, May 07, 2008 at 06:55:59AM -0500, Menon, Nishanth wrote:
> Make defconfig generates .config with "Linux kernel" instead of
> "U-Boot". This patch fixes the same.

As Wolfgang stated your mailer wrapped the lines, otherwise the patch is
ok. Please send it again.

Regards,
 SAscha


> 
> Signed-off-by: Nishanth Menon <[EMAIL PROTECTED]>
> 
> Index: u-boot-v2.git/scripts/kconfig/confdata.c
> ===================================================================
> --- u-boot-v2.git.orig/scripts/kconfig/confdata.c     2008-05-02
> 14:34:43.000000000 -0500
> +++ u-boot-v2.git/scripts/kconfig/confdata.c  2008-05-02
> 14:37:52.000000000 -0500
> @@ -440,7 +440,7 @@
>  
>       fprintf(out, _("#\n"
>                      "# Automatically generated make config: don't
> edit\n"
> -                    "# Linux kernel version: %s\n"
> +                    "# U-Boot version: %s\n"
>                      "%s%s"
>                      "#\n"),
>                    sym_get_string_value(sym),
> @@ -692,13 +692,13 @@
>       time(&now);
>       fprintf(out, "#\n"
>                    "# Automatically generated make config: don't
> edit\n"
> -                  "# Linux kernel version: %s\n"
> +                  "# U-Boot version: %s\n"
>                    "# %s"
>                    "#\n",
>                    sym_get_string_value(sym), ctime(&now));
>       fprintf(out_h, "/*\n"
>                      " * Automatically generated C config: don't
> edit\n"
> -                    " * Linux kernel version: %s\n"
> +                    " * U-Boot version: %s\n"
>                      " * %s"
>                      " */\n"
>                      "#define AUTOCONF_INCLUDED\n",
> 

-- 
Pengutronix e.K. - Linux Solutions for Science and Industry
-----------------------------------------------------------
Kontakt-Informationen finden Sie im Header dieser Mail oder
auf der Webseite -> http://www.pengutronix.de/impressum/ <-

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to