On Fri, Dec 06, 2024 at 10:53:14AM +0100, Geert Uytterhoeven wrote:
Hi Naresh,
On Mon, Dec 2, 2024 at 2:04 PM Naresh Kamboju naresh.kamboju@linaro.org wrote:
The arm build failed with gcc-13 on the Linux stable-rc queue 6.6 due to following build warning / errors.
arm
- arm, build
- build/gcc-13-defconfig-lkftconfig
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Build errors:
Error: arch/arm/boot/dts/renesas/r7s72100-genmai.dts:114.1-5 Label or path bsc not found FATAL ERROR: Syntax error parsing input tree
I guess this is due to
commit a670e8540da2de723c0eae14ef8234b0ada6b542 Author: Geert Uytterhoeven <geert+renesas@glider.be> Date: Thu Aug 31 13:52:32 2023 +0200 ARM: dts: renesas: genmai: Add FLASH nodes [ Upstream commit 30e0a8cf886cb459dc8a895ba9a4fb5132b41499 ]
which depends on commit 175f1971164a6f8f ("ARM: dts: renesas: r7s72100: Add BSC node") in v6.7.
Now dropped (this was a dependancy for another fix, which I've also now dropped.)
thanks,
greg k-h