From 2d838f3f93a236f1f9d71b7185da5465fc83c90d Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Thu, 25 Apr 2024 14:32:46 +0200 Subject: 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 --- target/linux/mxs/image/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/mxs/image') 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 -- cgit v1.2.3