summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
diff options
context:
space:
mode:
authorMartin Krause <martin.krause@tqs.de>2007-10-23 08:30:06 +0200
committerMartin Krause <martin.krause@tqs.de>2007-10-23 08:30:06 +0200
commit341cc69d234dd1c361676395cf592113eb90c54c (patch)
treeef58caeaf3ded7c139158c82840eba18cc0355ec /common/cmd_bootm.c
parentda3aad55cbde80ab6e301aafa82a2c411aa53eff (diff)
parent5441f61a3d8b7034f19fc1361183e936198e6dbb (diff)
Merge branch 'u-boot' of /home/mkr/git/u-boot-tq-group into bugfix
Diffstat (limited to 'common/cmd_bootm.c')
-rw-r--r--common/cmd_bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 6ebedfbc833..d8163494e82 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -466,7 +466,7 @@ U_BOOT_CMD(
"\t'arg' can be the address of an initrd image\n"
#if defined(CONFIG_OF_FLAT_TREE) || defined(CONFIG_OF_LIBFDT)
"\tWhen booting a Linux kernel which requires a flat device-tree\n"
- "\ta third argument is required which is the address of the of the\n"
+ "\ta third argument is required which is the address of the\n"
"\tdevice-tree blob. To boot that kernel without an initrd image,\n"
"\tuse a '-' for the second argument. If you do not pass a third\n"
"\ta bd_info struct will be passed instead\n"