From bd1ccc6d702db120068d7c3ca3d6172ee28cc1f2 Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Fri, 28 Jul 2023 11:31:42 +0200 Subject: [PATCH] tegra: 6.1: add testing kernel support Add testing kernel 6.1 Signed-off-by: Koen Vandeputte --- target/linux/tegra/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile index 213d44892e..518292b0c4 100644 --- a/target/linux/tegra/Makefile +++ b/target/linux/tegra/Makefile @@ -9,7 +9,8 @@ BOARDNAME:=NVIDIA Tegra FEATURES:=audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squashfs usb targz SUBTARGETS:=cortexa9 cortexa57 -KERNEL_PATCHVER := 5.15 +KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk -- 2.30.2