Re: [PATCH] firmware: tegra: bpmp: fix build failure for tegra264-only config
From: Thierry Reding
Date: Fri Jul 11 2025 - 08:51:32 EST
From: Thierry Reding <treding@xxxxxxxxxx>
On Fri, 11 Jul 2025 10:24:03 +0200, Arnd Bergmann wrote:
> The definition of tegra186_bpmp_ops was not updated in sync with the use
> in bpmp.c:
>
> drivers/firmware/tegra/bpmp.c:856:17: error: 'tegra186_bpmp_ops' undeclared here (not in a function); did you mean 'tegra_bpmp_ops'?
> 856 | .ops = &tegra186_bpmp_ops,
> aarch64-linux-ld: drivers/firmware/tegra/bpmp.o:(.rodata+0x2f0): undefined reference to `tegra186_bpmp_ops'
>
> [...]
Applied, thanks!
[1/1] firmware: tegra: bpmp: fix build failure for tegra264-only config
commit: 83f96a7eaaf0e3ac1b1447f74a8d3b2213187b6e
Best regards,
--
Thierry Reding <treding@xxxxxxxxxx>