9
0
Fork 0

fix generated config files

Make defconfig generates .config with "Linux kernel" instead of
"U-Boot". This patch fixes the same.

Signed-off-by: Nishanth Menon <x0nishan@ti.com>
This commit is contained in:
Nishanth Menon 2008-05-07 17:30:37 +02:00 committed by Sascha Hauer
parent d5a9d7dc1d
commit cbe7b897b4
1 changed files with 3 additions and 3 deletions

View File

@ -440,7 +440,7 @@ int conf_write(const char *name)
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 @@ int conf_write_autoconf(void)
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",