On Fri, 27 Feb 2026 01:50:46 +0000, Daniel Golle wrote:
> More strict checks in GCC 15 expose a new warning:
> tools/atmelimage.c: In function ‘atmel_find_pmecc_parameter_in_token’:
> tools/atmelimage.c:64:31: error: assignment discards ‘const’ qualifier from
> pointer target type [-Werror=discarded-qualifiers]
> 64 | param = strstr(token, "=");
> | ^
> cc1: all warnings being treated as errors
>
> [...]
Applied to u-boot/master, thanks!
[1/1] tools/atmelimage: add const qualifier to fix compiler warning
commit: 35d9b9c70ea4998aebc723273dca123dd1c3953f
--
Tom