uboot-mt623x/board/inka4x0
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
..
Makefile inka4x0: Add hardware diagnosis functions for inka4x0 2009-03-30 09:41:28 +02:00
config.mk Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
hyb25d512160bf-5.h [INKA4x0] NG hardware: SDRAM support 2007-11-15 13:29:55 +01:00
inka4x0.c ppc: Remove board-specific command table relocation fixups 2009-10-03 10:17:56 +02:00
inkadiag.c cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
k4h511638c.h [INKA4x0] NG hardware: SDRAM support 2007-11-15 13:29:55 +01:00
mt46v16m16-75.h [INKA4x0] NG hardware: SDRAM support 2007-11-15 13:29:55 +01:00
mt46v32m16-75.h [INKA4x0] NG hardware: SDRAM support 2007-11-15 13:29:55 +01:00
mt48lc16m16a2-75.h [INKA4x0] NG hardware: SDRAM support 2007-11-15 13:29:55 +01:00