Skip to content

Commit

Permalink
mvebu: move downstream DTSes to marvell/ subdir
Browse files Browse the repository at this point in the history
Follow upstream practice introduced with 6.6 and amend
related makefiles accordingly.

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
  • Loading branch information
Stijn Segers committed Mar 16, 2024
1 parent e572b91 commit f55da74
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/mvebu/image/Makefile
Expand Up @@ -154,7 +154,7 @@ endef
define Device/Default
PROFILES := Default
DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1)))
DEVICE_DTS_DIR := $(DTS_DIR)
DEVICE_DTS_DIR := $(DTS_DIR)/marvell
BOARD_NAME = $$(DEVICE_DTS)
KERNEL_NAME := zImage
KERNEL := kernel-bin | append-dtb | uImage none
Expand Down

0 comments on commit f55da74

Please sign in to comment.