aboutsummaryrefslogtreecommitdiff
path: root/target/linux/mxs/image
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2024-04-25 14:32:46 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2024-04-25 14:33:22 +0200
commit2d838f3f93a236f1f9d71b7185da5465fc83c90d (patch)
tree42049c55c0afa12736bd50a13d4155c0fb8f9815 /target/linux/mxs/image
parentdbe9084adb86493539f797df994f0397e05cc963 (diff)
mxs: drop 6.1 support
Now that 6.6 is the default, remove the 6.1 config and the hack that was required for the arm32 DTS dir change. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'target/linux/mxs/image')
-rw-r--r--target/linux/mxs/image/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile
index 585211dc0b..fff7e7ca33 100644
--- a/target/linux/mxs/image/Makefile
+++ b/target/linux/mxs/image/Makefile
@@ -39,9 +39,7 @@ define Device/Default
KERNEL_NAME := zImage
KERNEL := kernel-bin | uImage none
IMAGES := sdcard.img.gz
-ifneq ($(KERNEL),6.1)
DTS_DIR := $(DTS_DIR)/nxp/mxs
-endif
DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1)))
endef