X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fconf.c;h=e308f5bf09a546b85017eea5e551ddbc8ceecc7b;hp=8b5fdf57921572c93f950d65af93b147fd3a87e3;hb=377462ac166f16d479a1cb9a02ad21e7c31bb9b2;hpb=1cfdda61ec3a7dca2bbebbfe3ef307817c6c5127 diff --git a/config/conf.c b/config/conf.c index 8b5fdf5..e308f5b 100644 --- a/config/conf.c +++ b/config/conf.c @@ -516,6 +516,7 @@ int main(int ac, char **av) seed = tmp; } } + fprintf( stderr, "KCONFIG_SEED=0x%X\n", seed ); srand(seed); break; } @@ -614,7 +615,8 @@ int main(int ac, char **av) conf_set_all_new_symbols(def_default); break; case randconfig: - conf_set_all_new_symbols(def_random); + /* Really nothing to do in this loop */ + while (conf_set_all_new_symbols(def_random)) ; break; case defconfig: conf_set_all_new_symbols(def_default);