Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/scripts/kconfig/
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";
/third_party/uboot/u-boot-2020.01/common/
Dimage-fit.c2241 char *next_config = NULL; in boot_get_fdt_fit() local
2259 next_config = strchr(fit_uname_config_copy, '#'); in boot_get_fdt_fit()
2260 if (next_config) in boot_get_fdt_fit()
2261 *next_config++ = '\0'; in boot_get_fdt_fit()
2262 if (next_config - 1 > fit_uname_config_copy) in boot_get_fdt_fit()
2285 if (count <= 1 && !next_config) in boot_get_fdt_fit()
2311 if (!next_config) in boot_get_fdt_fit()
2313 uconfig = next_config; in boot_get_fdt_fit()
2314 next_config = strchr(next_config, '#'); in boot_get_fdt_fit()
2315 if (next_config) in boot_get_fdt_fit()
[all …]
Dimage-fit.c.orig2103 char *next_config = NULL;
2121 next_config = strchr(fit_uname_config_copy, '#');
2122 if (next_config)
2123 *next_config++ = '\0';
2124 if (next_config - 1 > fit_uname_config_copy)
2147 if (count <= 1 && !next_config)
2173 if (!next_config)
2175 uconfig = next_config;
2176 next_config = strchr(next_config, '#');
2177 if (next_config)
[all …]