[PATCH v2 1/1] lmb.c: add missing comma in lmb_dump_region()

Tom Rini trini at konsulko.com
Fri Nov 15 05:28:03 CET 2024


On Thu, 07 Nov 2024 11:14:42 +0100, Heinrich Schuchardt wrote:

> In the message string " %s[%d]\t[0x%llx-0x%llx], 0x%08llx bytes flags: "
> a comma is missing before flags.
> 
> To avoid increasing the code size replace '0x%' by '%#'.
> 
> Printing the size with leading zeros but not the addresses does not really
> make sense. Remove the leading zeros from the size output.
> 
> [...]

Applied to u-boot/master, thanks!

-- 
Tom




More information about the U-Boot mailing list