Browse Source

zynq: switch default kernel to 5.15

The default kernel should be switched to 5.15 in order to enable testing
by a broader audience.

Signed-off-by: Nick Hainke <[email protected]>
Nick Hainke 3 years ago
parent
commit
459d40811e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      target/linux/zynq/Makefile

+ 1 - 2
target/linux/zynq/Makefile

@@ -18,8 +18,7 @@ define Target/Description
 	Build firmware image for Zynq 7000 SoC devices.
 endef
 
-KERNEL_PATCHVER:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
 
 include $(INCLUDE_DIR)/target.mk