u-boot-brain/cpu/mpc83xx
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
..
config.mk PPC: Use r2 instead of r29 as global data pointer 2008-02-14 22:43:22 +01:00
cpu_init.c mpc83xx: correctly set encryption and I2C bus 0 clock 2009-03-14 17:43:58 -05:00
cpu.c 8360, kmeter1: added bootcount feature. 2009-03-05 18:21:30 -06:00
ecc.c Command usage cleanup 2009-01-28 08:49:52 +01:00
fdt.c 83xx: searching "muram-data" by compatible property 2009-04-24 14:38:45 -05:00
interrupts.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Makefile mpc83xx: Add support for MPC83xx PCI-E controllers 2009-01-21 18:43:49 -06:00
nand_init.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
pci.c mpc83xx: PCI: Fix hard-coded first_busno value 2009-02-23 15:52:23 -06:00
pcie.c mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values 2009-02-23 15:51:59 -06:00
qe_io.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
serdes.c mpc83xx: serdes: add forgotten shifts for rfcks 2008-10-21 18:34:01 -05:00
spd_sdram.c mpc83xx: Add bank configuration to FSL spd_sdram.c 2009-03-14 17:44:07 -05:00
speed.c General help message cleanup 2009-06-12 20:47:16 +02:00
start.S 83xx: Use the proper sequence for updating IMMR. 2009-01-21 18:43:57 -06:00
traps.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
u-boot.lds Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00