Re: [U-Boot] [PATCH] Makefile: Fix printing problem in size_check on overflow

2019-11-01 Thread Tom Rini
On Wed, Oct 23, 2019 at 03:39:41PM -0400, Tom Rini wrote: > When we have an excess size growth, fix the "limit" printf call to pass > in just the limit variable rather than the string bytes to the format > character. > > Signed-off-by: Tom Rini > Reviewed-by: Simon Goldschmidt Applied to u-boo

Re: [U-Boot] [PATCH] Makefile: Fix printing problem in size_check on overflow

2019-10-23 Thread Simon Goldschmidt
Am 23.10.2019 um 21:39 schrieb Tom Rini: When we have an excess size growth, fix the "limit" printf call to pass in just the limit variable rather than the string bytes to the format character. Signed-off-by: Tom Rini Reviewed-by: Simon Goldschmidt --- Makefile | 2 +- 1 file changed, 1