Searched refs:targets (Results 1 – 1 of 1) sorted by relevance
116 const char *targets = env_get("boot_targets"); in bootstd_get_bootdev_order() local119 log_debug("- targets %s %p\n", targets, std->bootdev_order); in bootstd_get_bootdev_order()120 if (targets && *targets) { in bootstd_get_bootdev_order()122 std->env_order = str_to_list(targets); in bootstd_get_bootdev_order()
Completed in 5 milliseconds