Home
last modified time | relevance | path

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

/qemu/hw/mips/
H A Dboston.c520 char *name, *gic_name, *platreg_name, *stdout_name; in create_fdt() local
652 stdout_name = g_strdup_printf("%s:115200", name); in create_fdt()
653 qemu_fdt_setprop_string(fdt, "/chosen", "stdout-path", stdout_name); in create_fdt()
654 g_free(stdout_name); in create_fdt()