From d341bdbd6837aa0214ee9dfd1c3ddfc58c2a0c9c Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 19 Apr 2023 15:43:50 +0200 Subject: dashboard: bump CONFIG_FRAME_WARN for Android kernels We are not able to build Android 5.10 because of that warning for already more than 100 days. Just in case bump it for all Androids. --- dashboard/config/linux/android-5.15.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/android-5.15.config') diff --git a/dashboard/config/linux/android-5.15.config b/dashboard/config/linux/android-5.15.config index f1b40b3b0..ad1788557 100644 --- a/dashboard/config/linux/android-5.15.config +++ b/dashboard/config/linux/android-5.15.config @@ -7311,7 +7311,7 @@ CONFIG_DEBUG_INFO=y CONFIG_DEBUG_INFO_DWARF4=y CONFIG_DEBUG_INFO_BTF=y # CONFIG_GDB_SCRIPTS is not set -CONFIG_FRAME_WARN=2048 +CONFIG_FRAME_WARN=4096 # CONFIG_STRIP_ASM_SYMS is not set CONFIG_HEADERS_INSTALL=y # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set -- cgit mrf-deployment