zynq: switch default kernel to 5.15
authorNick Hainke <vincent@systemli.org>
Tue, 24 Jan 2023 12:01:07 +0000 (13:01 +0100)
committerChuanhong Guo <gch981213@gmail.com>
Mon, 30 Jan 2023 10:01:14 +0000 (18:01 +0800)
The default kernel should be switched to 5.15 in order to enable testing
by a broader audience.

Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/zynq/Makefile

index b3ad1db8d506d0f1ba9aa8ccc884059a9e2718b9..f48b58e598243e3a2a91ab347fec085104c52415 100644 (file)
@@ -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