From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 28 Jun 2013 22:57:32 +0200 Subject: [U-Boot] [PATCH v3 10/16] dm: Add a 'dm' command for testing In-Reply-To: <1371613960-28678-11-git-send-email-sjg@chromium.org> References: <1371613960-28678-1-git-send-email-sjg@chromium.org> <1371613960-28678-11-git-send-email-sjg@chromium.org> Message-ID: <201306282257.32906.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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