Makefile: Fix printing problem in size_check on overflow
authorTom Rini <trini@konsulko.com>
Wed, 23 Oct 2019 19:39:41 +0000 (15:39 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Oct 2019 21:48:47 +0000 (17:48 -0400)
commit90037eb483d3b84eab214a080e41efde85d9f2de
treede443dca71cd7a235a0a68315502a0cfe85ce6e4
parent3135022cb4db37ccf7691b03f6a99cfe6afb878d
Makefile: Fix printing problem in size_check on overflow

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 <trini@konsulko.com>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Makefile