Skip to content

Commit

Permalink
dts: Fix arm dts path for marvell too
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Bjoern A. Zeeb authored and bsdjhb committed Aug 6, 2024
2 parents 4a45049 + 298b8f1 commit 83705a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/modules/dtb/mv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 83705a6

Please sign in to comment.