From 047361dee44cab2b2355f7b7859fd688f6483cbc Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Thu, 4 May 2023 22:47:27 +0200 Subject: treewide: cleanup kernel symbol references We only use 5.15 kernel. So remove all those unnecessary symbols referencing 5.10 or 5.15 kernel. Can be found with: git grep -E 'LINUX_5_1(0|5)' Note that we remove the dependency from "sound-soc-chipdip-dac" instead of removing the complete kernel package. The 5.15 version bump forgot to delete the "@LINUX_5_10" dependency. The kernel package is still needed in 5.15 kernel. Signed-off-by: Nick Hainke --- target/linux/pistachio/image/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'target/linux/pistachio') diff --git a/target/linux/pistachio/image/Makefile b/target/linux/pistachio/image/Makefile index 9c0e9da91f..64898b46e0 100644 --- a/target/linux/pistachio/image/Makefile +++ b/target/linux/pistachio/image/Makefile @@ -5,11 +5,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -ifdef CONFIG_LINUX_5_10 - KERNEL_LOADADDR := 0x80400000 -else - KERNEL_LOADADDR := 0x80100000 -endif +KERNEL_LOADADDR := 0x80100000 define Device/Default PROFILES := Default -- cgit v1.2.3