From: Tetsuo Handa Date: Tue, 4 Feb 2020 04:08:44 +0000 (+0900) Subject: kconfig: Invalidate all symbols after changing to y or m. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=2391e7e514785584c32defb9a15d82c1dab837fa;hp=2391e7e514785584c32defb9a15d82c1dab837fa;p=carl9170fw.git kconfig: Invalidate all symbols after changing to y or m. Since commit 89b9060987d9 ("kconfig: Add yes2modconfig and mod2yesconfig targets.") forgot to clear SYMBOL_VALID bit after changing to y or m, these targets did not save the changes. Call sym_clear_all_valid() so that all symbols are revalidated. Fixes: 89b9060987d9 ("kconfig: Add yes2modconfig and mod2yesconfig targets.") Signed-off-by: Tetsuo Handa Signed-off-by: Masahiro Yamada Signed-off-by: Christian Lamparter ---