[U-Boot] [PATCH v3 10/16] dm: Add a 'dm' command for testing

Marek Vasut marex at denx.de
Fri Jun 28 22:57:32 CEST 2013


Dear Simon Glass,

> +U_BOOT_CMD(
> +	dm,	2,	1,	do_dm,
> +	"Driver model low level access",
> +	"dump         Dump driver model tree\n"
> +	"dm uclass        Dump list of instances for each uclass\n"
> +	"dm test         Run tests"
> +);

Looking at this, remark comes to mind. We should really fix this inconsistency 
between the first "dump" and the rest of "dm uclass" and "dm test" etc. in the 
U_BOOT_CMD.

This is obviously out of scope of these patches.

Best regards,
Marek Vasut


More information about the U-Boot mailing list