From 6a705be21505842a1e582fc7384392451ac10707 Mon Sep 17 00:00:00 2001 From: Blagovest Kolenichev Date: Thu, 27 Jan 2022 06:25:39 -0800 Subject: [PATCH] ANDROID: qki: Cleanup the consolidate fragment Kernel module test_stackinit has been enabled in the gki_defconfig so it has to be explicitly removed from consolidate fragment eventhough it is disabled, otherwise build errors are observed. Change-Id: I29227da3b5bb42b4831a4144c390f3b530e5bc2c Signed-off-by: Blagovest Kolenichev (cherry picked from commit e669af88295284e25edf059b7f732efabbbf7892) --- arch/arm64/configs/consolidate.fragment | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/consolidate.fragment b/arch/arm64/configs/consolidate.fragment index da11092e0f25..0b69850660c0 100644 --- a/arch/arm64/configs/consolidate.fragment +++ b/arch/arm64/configs/consolidate.fragment @@ -69,7 +69,6 @@ CONFIG_TASKS_RUDE_RCU=y # CONFIG_TEST_PRINTF is not set # CONFIG_TEST_RHASHTABLE is not set # CONFIG_TEST_SORT is not set -# CONFIG_TEST_STACKINIT is not set # CONFIG_TEST_STATIC_KEYS is not set # CONFIG_TEST_STRING_HELPERS is not set # CONFIG_TEST_STRSCPY is not set