From 16565bc1ce279e58620652e0c62b5efe1be672d2 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 22 Feb 2023 20:07:30 +0100 Subject: [PATCH] tegra: switch to Kernel 5.15 by default Getting ready for the next release. Acked-by: Tomasz Maciej Nowak Signed-off-by: Paul Spooren --- target/linux/tegra/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile index 81db1ac5fc..43ca154e8a 100644 --- a/target/linux/tegra/Makefile +++ b/target/linux/tegra/Makefile @@ -12,8 +12,7 @@ CPU_TYPE := cortex-a9 CPU_SUBTYPE := vfpv3-d16 SUBTARGETS := generic -KERNEL_PATCHVER := 5.10 -KERNEL_TESTING_PATCHVER := 5.15 +KERNEL_PATCHVER := 5.15 include $(INCLUDE_DIR)/target.mk -- 2.30.2