u-boot/board/tqc
Wolfgang Denk 47e26b1bf9 cmd_usage(): simplify return code handling
Lots of code use this construct:

	cmd_usage(cmdtp);
	return 1;

Change cmd_usage() let it return 1 - then we can replace all these
ocurrances by

	return cmd_usage(cmdtp);

This fixes a few places with incorrect return code handling, too.

Signed-off-by: Wolfgang Denk <wd@denx.de>
2010-07-24 20:43:57 +02:00
..
tqm8xx Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
tqm85xx powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases 2010-07-20 04:40:06 -05:00
tqm834x 83xx/85xx/86xx: LBC register cleanup 2010-07-16 10:55:09 -05:00
tqm5200 cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
tqm8260 TQM8260: use CFI flash driver instead of custom driver. 2008-11-02 16:24:16 +01:00
tqm8272 Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00