diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2020-03-16 19:32:09 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-17 00:51:48 +0100 |
commit | d42abe544e4c3fe81c0d11da24aeae49479b0a8c (patch) | |
tree | 2a005ac0f153eb8e90e56f39829a999835021aa1 /target/linux/tegra/Makefile | |
parent | 86c939841c045c14f81c078dcd6c62682b5a30b1 (diff) | |
download | upstream-d42abe544e4c3fe81c0d11da24aeae49479b0a8c.tar.gz upstream-d42abe544e4c3fe81c0d11da24aeae49479b0a8c.tar.bz2 upstream-d42abe544e4c3fe81c0d11da24aeae49479b0a8c.zip |
tegra: refresh patches and kernel config for 5.4
This commit also disables Trusted Foundations firmware support as this
feature won't be used by any device.
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/Makefile')
-rw-r--r-- | target/linux/tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile index 906eb0596b..94c846f6e2 100644 --- a/target/linux/tegra/Makefile +++ b/target/linux/tegra/Makefile @@ -14,6 +14,7 @@ CPU_TYPE := cortex-a9 CPU_SUBTYPE := vfpv3 KERNEL_PATCHVER := 4.19 +KERNEL_TESTING_PATCHVER := 5.4 include $(INCLUDE_DIR)/target.mk |