summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:03 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:03 +0200
commit7bdc5df792553f2efa6215d639bb03c7c111afa0 (patch)
tree24d885c5a422904ff3cd09b7983b7e41b5818344 /scripts
parentbdb7a3faba74f0a7bbcabbbe92bc3587705c5bb9 (diff)
downloadbarebox-7bdc5df792553f2efa6215d639bb03c7c111afa0.tar.gz
barebox-7bdc5df792553f2efa6215d639bb03c7c111afa0.tar.xz
svn_rev_541
linux->uboot
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 a69d8acbf2..73f02a65cb 100644
--- a/scripts/kconfig/confdata.c
+++ b/scripts/kconfig/confdata.c
@@ -421,7 +421,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),
@@ -673,13 +673,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",