diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2020-03-16 19:32:10 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-17 00:51:48 +0100 |
commit | 6e64039a8734d725be96379833b04b47c4a0471a (patch) | |
tree | 55bd854cbeecb523af6e8b3dd7887299fda1333d /target/linux/tegra | |
parent | d42abe544e4c3fe81c0d11da24aeae49479b0a8c (diff) | |
download | upstream-6e64039a8734d725be96379833b04b47c4a0471a.tar.gz upstream-6e64039a8734d725be96379833b04b47c4a0471a.tar.bz2 upstream-6e64039a8734d725be96379833b04b47c4a0471a.zip |
tegra: switch to kernel 5.4
Build the latest kernel by default, since testing did not show any
regressions.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
[fix merge conflict in tegra/Makefile]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/tegra')
-rw-r--r-- | target/linux/tegra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile index 94c846f6e2..0b48fc16ba 100644 --- a/target/linux/tegra/Makefile +++ b/target/linux/tegra/Makefile @@ -13,7 +13,7 @@ FEATURES := audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squas CPU_TYPE := cortex-a9 CPU_SUBTYPE := vfpv3 -KERNEL_PATCHVER := 4.19 +KERNEL_PATCHVER := 5.4 KERNEL_TESTING_PATCHVER := 5.4 include $(INCLUDE_DIR)/target.mk |