On Fri, 10 Jul 2026 20:53:44 +0530, Naveen Kumar Chaudhary wrote:

> The help text advertises "<addr> [byte count]" but do_strings()
> stores argv[2] directly into last_addr and the loop condition tests
> "addr < last_addr", i.e. it treats the value as an absolute end
> address. When invoked as documented (e.g. "strings 0x40000000
> 0x100") the loop condition fails immediately because the supplied
> count is far below start_addr, and the command prints nothing.
> 
> [...]

Applied to u-boot/main, thanks!

[1/1] cmd: strings: interpret second argument as a byte count
      commit: 3c82b041f73fe804d9d464508ceb625a856a38a6
-- 
Tom


Reply via email to