Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/xilinx/zynqmp/
H A Dzynqmp.c259 char *new_targets; in board_late_init() local
320 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()