From a056909dc204871468cd2ac150e7232c927aa2f0 Mon Sep 17 00:00:00 2001 From: lean Date: Tue, 7 Jun 2022 19:40:18 +0800 Subject: [PATCH] rockchip: kernel switch to 5.10 --- 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 c50dcc5c6..3dcae9b34 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.10 +KERNEL_PATCHVER=5.10 +KERNEL_TESTING_PATCHVER=5.15 define Target/Description Build firmware image for Rockchip SoC devices.