u-boot-brain/board/freescale/mpc8610hpcd
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 86xx: Remove redudant PLATFORM_CPPFLAGS 2009-08-28 17:12:37 -05:00
ddr.c fsl-ddr: use the 1T timing as default configuration 2009-01-23 17:03:14 -06:00
law.c mpc8610hpcd: Fix PCI mapping concepts 2009-01-13 15:27:46 -06:00
Makefile Convert Makefiles from COBJS-${} to COBJS-$() 2010-05-26 22:27:38 +02:00
mpc8610hpcd_diu.c cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
mpc8610hpcd.c powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases 2010-07-20 04:40:06 -05:00
u-boot.lds Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00