From 34c8edcddc8bbf08b7f79becd74a9d8590a1f876 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 10 Aug 2022 04:21:00 +0000 Subject: [PATCH] rockchip: switch kernel version to 5.19 --- target/linux/rockchip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index 82ac5ef9d..18687abf3 100644 --- a/target/linux/rockchip/Makefile +++ b/target/linux/rockchip/Makefile @@ -7,8 +7,8 @@ BOARDNAME:=Rockchip FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-part squashfs SUBTARGETS:=armv8 -KERNEL_PATCHVER=5.15 -KERNEL_TESTING_PATCHVER=5.19 +KERNEL_PATCHVER=5.19 +KERNEL_TESTING_PATCHVER=5.4 define Target/Description Build firmware image for Rockchip SoC devices.