diff mbox series

[4/4] tegra: switch to 6.1 kernel

Message ID 20230727203216.190578-5-tmn505@terefe.re
State New
Delegated to: Koen Vandeputte
Headers show
Series tegra: bump to 6.1 | expand

Commit Message

Tomasz Maciej Nowak July 27, 2023, 8:25 p.m. UTC
From: Tomasz Maciej Nowak <tmn505@gmail.com>

Testing results were all good, so move target to newer kernel by default.

Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
---
 target/linux/tegra/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile
index 95d62cf6b0f5..f289c09c05c0 100644
--- a/target/linux/tegra/Makefile
+++ b/target/linux/tegra/Makefile
@@ -12,7 +12,7 @@  CPU_TYPE := cortex-a9
 CPU_SUBTYPE := vfpv3-d16
 SUBTARGETS := generic
 
-KERNEL_PATCHVER := 5.15
+KERNEL_PATCHVER := 6.1
 KERNEL_TESTING_PATCHVER := 6.1
 
 include $(INCLUDE_DIR)/target.mk