]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: cmd_sata: Fix usage text for 'sata init'
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 20 Feb 2013 14:35:35 +0000 (14:35 +0000)
committerStefano Babic <sbabic@denx.de>
Sat, 23 Feb 2013 10:18:24 +0000 (11:18 +0100)
commit85dafbb8bfe4144f346f4a76771fb690905a1e02
tree42620a42de5a4910b899f3ae95e661c6d359efea
parent9cd9b34dc7f247fd0fce08ab688bf8197f1bfdbc
common: cmd_sata: Fix usage text for 'sata init'

Currently sata usage text prints a double 'sata' for the init command.

MX53LOCO U-Boot > sata
sata - SATA sub system

Usage:
sata sata init - init SATA sub system
sata info - show available SATA devices
sata device [dev] - show or set current device
sata part [dev] - print partition table
sata read addr blk# cnt
sata write addr blk# cnt

Remove the extra 'sata' from the 'sata init' line.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
common/cmd_sata.c