From 6e64039a8734d725be96379833b04b47c4a0471a Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Mon, 16 Mar 2020 19:32:10 +0100 Subject: [PATCH] tegra: switch to kernel 5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build the latest kernel by default, since testing did not show any regressions. Signed-off-by: Tomasz Maciej Nowak [fix merge conflict in tegra/Makefile] Signed-off-by: Petr Štetiar --- target/linux/tegra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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