Hi Stefan, On Wed, 3 Jun 2020 at 00:05, Stefan Roese <[email protected]> wrote: > > On 03.06.20 03:26, Simon Glass wrote: > > It is useful to be able to find hex values and strings in a memory range. > > Add a command to support this. > > > > cmd: Fix 'md' and add a memory-search command > > At present 'md.q' is broken. This series provides a fix for this. > > Perhaps this commit text belongs to a patchset cover letter? It does > not really match this explicit patch. > > BTW: Why is md.q broken? I'm using it on my Octeon 64bit platform > without any issues so far.
For me the 'q' size of md is not handled correctly in print_buffer(), because of the missing compiler.h header file. I'm going to send a patch for just that, separate from this series. > Regards, Simon

