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

