
18 Oct
2013
18 Oct
'13
7 p.m.
Hi Marek,
On Fri, Jun 28, 2013 at 2:57 PM, Marek Vasut marex@denx.de wrote:
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.
I think I'll change this one to 'dm tree' instead of 'dm dump' since 'dump' is pretty vague.
This is obviously out of scope of these patches.
Regards, Simon