u-boot-brain/board/bf537-stamp
Wolfgang Denk a89c33db96 General help message cleanup
Many of the help messages were not really helpful; for example, many
commands that take no arguments would not print a correct synopsis
line, but "No additional help available." which is not exactly wrong,
but not helpful either.

Commit ``Make "usage" messages more helpful.'' changed this
partially. But it also became clear that lots of "Usage" and "Help"
messages (fields "usage" and "help" in struct cmd_tbl_s respective)
were actually redundant.

This patch cleans this up - for example:

Before:
	=> help dtt
	dtt - Digital Thermometer and Thermostat

	Usage:
	dtt         - Read temperature from digital thermometer and thermostat.

After:
	=> help dtt
	dtt - Read temperature from Digital Thermometer and Thermostat

	Usage:
	dtt

Signed-off-by: Wolfgang Denk <wd@denx.de>
2009-06-12 20:47:16 +02:00
..
.gitignore add gitignores for Blackfin pieces 2008-02-04 19:26:53 -05:00
bf537-stamp.c Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c 2009-04-02 06:42:00 -04:00
cmd_bf537led.c General help message cleanup 2009-06-12 20:47:16 +02:00
config.mk Blackfin: fix out-of-tree building with ldscripts 2009-01-07 02:59:50 -05:00
ide-cf.c Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c 2009-04-02 06:42:00 -04:00
Makefile Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c 2009-04-02 06:42:00 -04:00
nand.c Blackfin: convert old boards to use COBJS-y Makefile style 2009-01-28 13:27:28 -05:00
post-memory.c Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...) 2009-03-23 15:14:52 -04:00
post.c Blackfin: bf537-stamp: split post code out into dedicated post.c 2009-03-24 20:36:31 -04:00
spi_flash.c Blackfin: add support for S25FL128 parts 2009-03-24 20:36:31 -04:00
u-boot.lds.S Blackfin: kill off LDR jump block 2009-03-23 15:14:54 -04:00