diff options
| author | Nick Hainke <vincent@systemli.org> | 2023-01-24 13:01:07 +0100 |
|---|---|---|
| committer | Chuanhong Guo <gch981213@gmail.com> | 2023-01-30 18:01:14 +0800 |
| commit | 459d40811e0b83e360c530307cdda1bf252ab381 (patch) | |
| tree | f41abf2650b188325cfb8a6629a0f8cbc911bcb8 /target/linux | |
| parent | 3d7d93cf6579de4362b96c0829d0595f0fcd8e0d (diff) | |
| download | upstream-459d40811e0b83e360c530307cdda1bf252ab381.tar.gz upstream-459d40811e0b83e360c530307cdda1bf252ab381.tar.bz2 upstream-459d40811e0b83e360c530307cdda1bf252ab381.zip | |
zynq: switch default kernel to 5.15
The default kernel should be switched to 5.15 in order to enable testing
by a broader audience.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/zynq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index b3ad1db8d50..f48b58e5982 100644 --- a/target/linux/zynq/Makefile +++ b/target/linux/zynq/Makefile @@ -18,8 +18,7 @@ define Target/Description Build firmware image for Zynq 7000 SoC devices. endef -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |
