Searched refs:new_targets (Results 1 – 1 of 1) sorted by relevance
259 char *new_targets; in board_late_init() local320 new_targets = calloc(1, strlen(mode) + in board_late_init()323 sprintf(new_targets, "%s %s", mode, env_get("boot_targets")); in board_late_init()324 env_set("boot_targets", new_targets); in board_late_init()