Home
last modified time | relevance | path

Searched refs:next_config (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dstreamline_config.pl489 my $next_config;
516 if (!defined($next_config)) {
517 $next_config = $conf;
525 if (!defined($next_config)) {
535 $configs{$next_config} = 1;
536 dprint "$next_config selected by select $config\n";
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dstreamline_config.pl489 my $next_config;
516 if (!defined($next_config)) {
517 $next_config = $conf;
525 if (!defined($next_config)) {
535 $configs{$next_config} = 1;
536 dprint "$next_config selected by select $config\n";
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dstreamline_config.pl488 my $next_config;
515 if (!defined($next_config)) {
516 $next_config = $conf;
524 if (!defined($next_config)) {
534 $configs{$next_config} = 1;
535 dprint "$next_config selected by select $config\n";
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c2324 char *next_config = NULL; in boot_get_fdt_fit() local
2342 next_config = strchr(fit_uname_config_copy, '#'); in boot_get_fdt_fit()
2343 if (next_config) in boot_get_fdt_fit()
2344 *next_config++ = '\0'; in boot_get_fdt_fit()
2345 if (next_config - 1 > fit_uname_config_copy) in boot_get_fdt_fit()
2368 if (count <= 1 && !next_config) in boot_get_fdt_fit()
2394 if (!next_config) in boot_get_fdt_fit()
2396 uconfig = next_config; in boot_get_fdt_fit()
2397 next_config = strchr(next_config, '#'); in boot_get_fdt_fit()
2398 if (next_config) in boot_get_fdt_fit()
[all …]