Browse Source

tegra: switch to Kernel 5.15 by default

Getting ready for the next release.

Acked-by: Tomasz Maciej Nowak <[email protected]>
Signed-off-by: Paul Spooren <[email protected]>
Paul Spooren 2 years ago
parent
commit
16565bc1ce
1 changed files with 1 additions and 2 deletions
  1. 1 2
      target/linux/tegra/Makefile

+ 1 - 2
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