Browse Source

zynq: switch to kernel 5.10

Use kernel 5.10 by default

compile-tested: all devices from target (wth ALL_KMODS)
run-tested: Digilent Zybo Z7-20

Signed-off-by: Luis Araneda <[email protected]>
Luis Araneda 4 years ago
parent
commit
88537e76ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/zynq/Makefile

+ 1 - 1
target/linux/zynq/Makefile

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