From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 02 Jul 2012 23:07:00 +0200 Subject: [U-Boot] Issue with running commands In-Reply-To: References: Message-ID: <20120702210700.0393D2026C1@gemini.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 Sughosh Ganu, In message you wrote: > > While testing on hawkboard with the latest commit, i hit an issue of > commands not being accepted. > > hawkboard > reset > Unknown command '?????' - try 'help> ' > hawkboard > > > Running git bisect showed that this is caused due to commit 054ea170f271: > cmd_mem: cmp: unify size code paths. Has anyone seen this issue -- i don't > think this is board/arch specific. You must have a different kind of problem with your board. Commit 054ea170f271 is only changing the code of common/cmd_mem.c, which is not used in any way by the reset command or by the command handler or so - this cannot be causing such an effect; it could only trigger another problem by changing code size or alignment or such. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de It is easier to write an incorrect program than understand a correct one.