From mboxrd@z Thu Jan 1 00:00:00 1970 From: Date: Tue, 19 Aug 2008 20:18:26 -0000 Subject: No subject Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de memory commands like "md" should accept (optional) data size parameter (.b/.w/.l) as the first parameter. How do you enable this? In my environment they don't work: 1) argv[0] is the command itself (like "md"), not the data size parameter from where the source tries to read it and 2) if I give the data size parameter, the upper framework counts the amount of parameters to be illegal and therefore certain commands give me an error message (the short usage). I suppose there is a #define missing? What is it? I could not quickly find it grepping the source, googling the net / mailing list archives. Best Regards, Pasi Huhtiniemi