[U-Boot-Users] [Patch 3/4] U-Boot-V2: ARM: Fix Kconfig's .config generation
Sascha Hauer
s.hauer at pengutronix.de
Wed May 7 16:40:43 CEST 2008
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 <x0nishan at ti.com>
>
> 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/ <-
More information about the U-Boot
mailing list