layerscape: switch to Kernel 5.15 by default
Getting ready for the next release. Tested-by: Pawel Dembicki <paweldembicki@gmail.com> Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
6634fb00dd
commit
513d15cb79
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
BOARD:=layerscape
|
BOARD:=layerscape
|
||||||
BOARDNAME:=NXP Layerscape
|
BOARDNAME:=NXP Layerscape
|
||||||
KERNEL_PATCHVER:=5.10
|
|
||||||
KERNEL_TESTING_PATCHVER:=5.15
|
KERNEL_PATCHVER:=5.15
|
||||||
|
|
||||||
FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
|
FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
|
||||||
SUBTARGETS:=armv8_64b armv7
|
SUBTARGETS:=armv8_64b armv7
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue