[U-Boot-Users] [Patch 3/4 v2] U-Boot-V2: ARM: Fix Kconfig's .config generation

Menon, Nishanth x0nishan at ti.com
Wed May 7 16:49:10 CEST 2008


Make defconfig generates .config with "Linux kernel" instead of
"U-Boot". This patch fixes the same.
Try 2 at getting my mailer understand text mails containing patches!

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",




More information about the U-Boot mailing list