summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorNishanth Menon <x0nishan@ti.com>2008-05-07 17:30:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-05-07 17:30:37 +0200
commitcbe7b897b44452ba63021079aeff9a1308c852c5 (patch)
treeeedfabd3bbc7b019816efe5dba76215c9f82d7d5 /scripts
parentd5a9d7dc1df6486ee705338f0dd33d7113683cc2 (diff)
downloadbarebox-cbe7b897b44452ba63021079aeff9a1308c852c5.tar.gz
barebox-cbe7b897b44452ba63021079aeff9a1308c852c5.tar.xz
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/confdata.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c
index b2913e9da4..aff5339681 100644
--- a/scripts/kconfig/confdata.c
+++ b/scripts/kconfig/confdata.c
@@ -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",