summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/confdata.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kconfig/confdata.c b/kconfig/confdata.c
index a201411..36e5fdb 100644
--- a/kconfig/confdata.c
+++ b/kconfig/confdata.c
@@ -848,8 +848,7 @@ void conf_set_all_new_symbols(enum conf_def_mode mode)
}
- if (modules_sym)
- sym_calc_value(modules_sym);
+ sym_clear_all_valid();
if (mode != def_random)
return;