dts: Fix arm dts path for marvell too

Linux 6.5 moved to a vendor-based subdirectory for arm DTS, change
our Makefiles accordingly.

This makes universe also compile arm.armv7 ARMADA38X sucessfully.
This commit is contained in:
Bjoern A. Zeeb 2024-03-30 02:31:32 +00:00
parent 44847114bd
commit 298b8f1cf0
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
.if ${MACHINE_ARCH} == "armv7"
DTS= \
armada-388-clearfog.dts \
armada-388-gp.dts
marvell/armada-388-clearfog.dts \
marvell/armada-388-gp.dts
.elif ${MACHINE_ARCH} == "aarch64"
DTS= \
marvell/armada-3720-espressobin.dts \