]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Makefile: Have binary_size_check report only first match of _image_binary_end
authorTom Rini <trini@konsulko.com>
Thu, 15 Jan 2026 22:19:31 +0000 (16:19 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 20 Jan 2026 16:19:24 +0000 (10:19 -0600)
commit90efb8d394de9df1ae2c20f5e25ffc2009dc7ec5
tree5a7f199e1dab23ce59e4414fa7a314215dbf93b5
parent5665d1f4e7cfd6895417d199dd7db73500c5d36c
Makefile: Have binary_size_check report only first match of _image_binary_end

If we have ASSERT macros that validate the position of
_image_binary_end, our awk expression will report a string that causes
the rest of our check to fail with garbage values. Have it exit after
the first match to fix this.

Signed-off-by: Tom Rini <trini@konsulko.com>
Makefile