uboot-mt623x/arch/powerpc/cpu
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
..
74xx_7xx Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
mpc5xx Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
mpc5xxx Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
mpc8xx cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
mpc8xxx powerpc/p3041: Add various p3041 related defines 2010-07-20 04:41:19 -05:00
mpc83xx cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
mpc85xx powerpc/85xx: Rework P1022 SERDES is_serdes_configured support 2010-07-21 00:40:20 -05:00
mpc86xx 83xx/85xx/86xx: LBC register cleanup 2010-07-16 10:55:09 -05:00
mpc512x cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
mpc824x Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
mpc8220 Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
mpc8260 cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
ppc4xx ppc4xx: Add ECC status info to machine-check exception for IBM DDR2 core 2010-07-23 09:55:03 +02:00