
Dear Sughosh Ganu,
In message CAM6zRufYHPfuSNxEAtOaoCTyKpYRGFn0U6+YxkNCtD6_cL2j6g@mail.gmail.com 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