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 <luaraneda@gmail.com>
This commit is contained in:
Luis Araneda 2021-10-09 23:55:06 -03:00 committed by Adrian Schmutzler
parent 16ba7ca8be
commit 88537e76ec
1 changed files with 1 additions and 1 deletions

View File

@ -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