diff options
author | Paul Spooren <mail@aparcar.org> | 2023-02-22 20:07:30 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2023-04-08 00:30:22 +0200 |
commit | 16565bc1ce279e58620652e0c62b5efe1be672d2 (patch) | |
tree | a96ebe2ca5a407358a13851d07611da4a86b9744 /target/linux/tegra | |
parent | c3cb2d48da781f4e254ef526e1b44ae5a68248d7 (diff) | |
download | upstream-16565bc1ce279e58620652e0c62b5efe1be672d2.tar.gz upstream-16565bc1ce279e58620652e0c62b5efe1be672d2.tar.bz2 upstream-16565bc1ce279e58620652e0c62b5efe1be672d2.zip |
tegra: switch to Kernel 5.15 by default
Getting ready for the next release.
Acked-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/tegra')
-rw-r--r-- | target/linux/tegra/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile index 81db1ac5fc..43ca154e8a 100644 --- a/target/linux/tegra/Makefile +++ b/target/linux/tegra/Makefile @@ -12,8 +12,7 @@ CPU_TYPE := cortex-a9 CPU_SUBTYPE := vfpv3-d16 SUBTARGETS := generic -KERNEL_PATCHVER := 5.10 -KERNEL_TESTING_PATCHVER := 5.15 +KERNEL_PATCHVER := 5.15 include $(INCLUDE_DIR)/target.mk |