diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2022-10-19 21:59:40 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-27 13:18:29 +0100 |
commit | 23b9b01cdd612bfa46620cd505285707b164e891 (patch) | |
tree | 686eeb7f19eaee020830df03490cd63ac43c0189 /target/linux/layerscape | |
parent | afcccaad82f1ffbcb918fb95783f7c869aa57460 (diff) | |
download | upstream-23b9b01cdd612bfa46620cd505285707b164e891.tar.gz upstream-23b9b01cdd612bfa46620cd505285707b164e891.tar.bz2 upstream-23b9b01cdd612bfa46620cd505285707b164e891.zip |
layerscape: switch kernel testing to 5.15
Let's test layerscape with 5.15 kernel.
Run tested: LS1012A-FRDM, LS1046A-RDB (nor and sd-boot images),
LS1021A-IOT (By @ArtelMike with u-boot fix)
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index 5bdbb5bfcd..a974c01929 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk BOARD:=layerscape BOARDNAME:=NXP Layerscape KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 |