diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-04 18:54:37 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-04 18:54:37 +0000 |
commit | b95eac92556dce738d344389cde752224a493b98 (patch) | |
tree | 2c0cc334700b66b13d745c64ac7c895b6dcf9096 /kconfig | |
parent | 1be3d38a7ddbab0b9f7b6e13667cd8e2e5790510 (diff) | |
download | crosstool-ng-b95eac92556dce738d344389cde752224a493b98.tar.gz crosstool-ng-b95eac92556dce738d344389cde752224a493b98.tar.bz2 crosstool-ng-b95eac92556dce738d344389cde752224a493b98.zip |
Update the kconfig stuff from git.kernel.org.
Commit ce97e13e52848c6388598696b7d44748598db759
/trunk/kconfig/confdata.c | 3 1 2 0 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Diffstat (limited to 'kconfig')
-rw-r--r-- | kconfig/confdata.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kconfig/confdata.c b/kconfig/confdata.c index a2014114..36e5fdbc 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; |