]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootm: Fix help message's sub-command ordering
authorPeter Tyser <ptyser@xes-inc.com>
Thu, 19 Nov 2009 01:08:59 +0000 (19:08 -0600)
committerWolfgang Denk <wd@denx.de>
Mon, 7 Dec 2009 21:12:49 +0000 (22:12 +0100)
commit224c90d1060bf1a83cbf33ca51d060b9d19e0294
tree1514777665a023faa2f241cb21e1fdaef48d7623
parenta93c92cddaedd5f0720e0da15c6664f7a688b582
bootm: Fix help message's sub-command ordering

The help message for the 'bootm' command listed the 'cmdline' and 'bdt'
sub-commands in the wrong order which resulted in the error below when
following the 'help' command's instructions:

  "Trying to execute a command out of order"

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
common/cmd_bootm.c