pistachio: switch to 5.15 by default
authorNick Hainke <vincent@systemli.org>
Sun, 22 Jan 2023 20:09:21 +0000 (21:09 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 23 Jan 2023 23:30:47 +0000 (00:30 +0100)
It appears that only a few users are using the pistachio SoC. The most
active user of the target has already approved the testing kernel and
so it is very unlikely bugs will be reported in the near future.
Therefore, the target should be directly bumped to 5.15.

Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/pistachio/Makefile

index ba3764305b499269c4fb9b7cf0b968ae235e850d..6ccf63142eca61fb334aa556f7fb2f4daf2ae0f6 100644 (file)
@@ -12,8 +12,7 @@ CPU_TYPE:=24kc
 CPU_SUBTYPE:=24kf
 SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
 
 include $(INCLUDE_DIR)/target.mk