u-boot-brain/board/tqc/tqm5200
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
..
cam5200_flash.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_stk52xx.c cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
cmd_tb5200.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
config.mk TQM: move TQM boards to board/tqc 2008-06-10 18:22:26 -05:00
Makefile ppc: Remove -fno-strict-aliasing 2009-09-04 22:15:48 +02:00
mt48lc16m16a2-75.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
tqm5200.c 5xxx, fdt: move fdt_fixup_memory() to cpu.c file 2009-12-08 22:13:02 +01:00