summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-11-09 08:28:40 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-11-09 08:28:40 +0100
commite3606619fb492afd6cd43df6046581f49bedf4cd (patch)
treefb26ca65db1321f94b3277b19234b55982f56ce5 /scripts
parent1686ed0707afa5b36fd4a24070720e9c8ec0cf26 (diff)
downloadbarebox-e3606619fb492afd6cd43df6046581f49bedf4cd.tar.gz
barebox-e3606619fb492afd6cd43df6046581f49bedf4cd.tar.xz
Change help texts to refer to u-boot instead of linux.
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/conf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c
index a38787a881..b82d01af4e 100644
--- a/scripts/kconfig/conf.c
+++ b/scripts/kconfig/conf.c
@@ -559,8 +559,8 @@ int main(int ac, char **av)
case ask_silent:
if (stat(".config", &tmpstat)) {
printf(_("***\n"
- "*** You have not yet configured your kernel!\n"
- "*** (missing kernel .config file)\n"
+ "*** You have not yet configured u-boot!\n"
+ "*** (missing .config file)\n"
"***\n"
"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
"*** \"make menuconfig\" or \"make xconfig\").\n"
@@ -617,12 +617,12 @@ int main(int ac, char **av)
check_conf(&rootmenu);
} while (conf_cnt);
if (conf_write(NULL)) {
- fprintf(stderr, _("\n*** Error during writing of the kernel configuration.\n\n"));
+ fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
return 1;
}
skip_check:
if (input_mode == ask_silent && conf_write_autoconf()) {
- fprintf(stderr, _("\n*** Error during writing of the kernel configuration.\n\n"));
+ fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
return 1;
}