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