Hi Marek, On Sat, 11 Mar 2023 at 09:29, Marek Vasut <marek.vasut+rene...@mailbox.org> wrote: > > The 'fdt' parameter is not used anywhere in the function, drop it. > This also should fix the following compiler warning in sandbox_spl: > > test/cmd/fdt.c:1159:9: warning: 'fdt_test_header_get' accessing 4096 bytes in > a region of size 256 [-Wstringop-overflow=] > > Signed-off-by: Marek Vasut <marek.vasut+rene...@mailbox.org> > --- > Cc: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > Cc: Simon Glass <s...@chromium.org> > Cc: Tom Rini <tr...@konsulko.com> > --- > test/cmd/fdt.c | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-)
OK, Tom has complained about this so I'll merge this into the offending patch. I think it is a new-compiler thing. Regards, Simon