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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to