uboot-mt623x/board/amcc
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
..
acadia cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
bamboo Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx 2010-04-24 21:16:57 +02:00
bubinga ppc4xx: Remove board specific linker scripts from most PPC4xx boards 2009-11-02 16:29:04 +01:00
canyonlands ppc4xx/Canyonlands added USB board callbacks 2010-07-23 09:53:20 +02:00
common board/amcc/common/flash.c: Fix compile warning 2009-09-15 00:29:49 +02:00
ebony ppc4xx: TLB init file cleanup 2010-04-19 15:29:03 +02:00
katmai Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx 2010-04-24 21:16:57 +02:00
kilauea Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
luan cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
makalu cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
ocotea ppc4xx: TLB init file cleanup 2010-04-19 15:29:03 +02:00
redwood ppc4xx: TLB init file cleanup 2010-04-19 15:29:03 +02:00
sequoia Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx 2010-04-24 21:16:57 +02:00
taihu cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
taishan cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
walnut ppc4xx: Remove board specific linker scripts from most PPC4xx boards 2009-11-02 16:29:04 +01:00
yosemite ppc4xx: TLB init file cleanup 2010-04-19 15:29:03 +02:00
yucca cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00