u-boot/board/renesas/sh7785lcr
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
..
config.mk sh: Add support 32-Bit Extended Address Mode to sh7785lcr 2009-03-12 23:58:30 +09:00
lowlevel_init.S sh: Move some defs to convince 'pcrel too far' 2009-10-30 10:02:00 +09:00
Makefile sh7785lcr: fix out of tree build 2009-07-08 11:43:14 +09:00
rtl8169.h sh: sh7785lcr: Moved sh7785lcr board to board/renesas 2008-10-31 23:04:31 +09:00
rtl8169_mac.c cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
selfcheck.c cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
sh7785lcr.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00