zynq: switch to kernel 4.19
Use kernel 4.19 by default Signed-off-by: Luis Araneda <luaraneda@gmail.com>
This commit is contained in:
parent
d71cac96f3
commit
078848ac01
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ define Target/Description
|
||||||
Build firmware image for Zynq 7000 SoC devices.
|
Build firmware image for Zynq 7000 SoC devices.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
KERNEL_PATCHVER:=4.14
|
KERNEL_PATCHVER:=4.19
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue