u-boot-brain/board/keymile/km_arm
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 arm: add support for the suen3 board from keymile 2010-03-07 12:36:36 -06:00
km_arm.c cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
kwbimage.cfg arm: kirkwood: suen3: fixed build warning 2010-03-07 12:36:36 -06:00
Makefile arm, suen3: fix compile error, if doing not a local build 2010-03-07 12:36:36 -06:00