diff options
author | Detlev Zundel <dzu@denx.de> | 2007-10-19 16:47:26 +0200 |
---|---|---|
committer | Detlev Zundel <dzu@denx.de> | 2007-10-19 16:47:26 +0200 |
commit | 5441f61a3d8b7034f19fc1361183e936198e6dbb (patch) | |
tree | cdcdf89f75c4519eb3a22892e40ee663c68784bb /common/cmd_bootm.c | |
parent | 27d2b1ed216b457a66c17d38ce5ffdf3c2c32d1e (diff) | |
download | talos-obmc-uboot-5441f61a3d8b7034f19fc1361183e936198e6dbb.tar.gz talos-obmc-uboot-5441f61a3d8b7034f19fc1361183e936198e6dbb.zip |
Fix two typos.
Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'common/cmd_bootm.c')
-rw-r--r-- | common/cmd_bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 6ebedfbc83..d8163494e8 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" |