Searched refs:bootlist (Results 1 – 1 of 1) sorted by relevance
1075 g_autofree char *bootlist = get_boot_devices_list(&cb); in spapr_dt_chosen() local 1106 if (cb && bootlist) { in spapr_dt_chosen() 1110 if (bootlist[i] == '\n') { in spapr_dt_chosen() 1111 bootlist[i] = ' '; in spapr_dt_chosen() 1114 _FDT(fdt_setprop_string(fdt, chosen, "qemu,boot-list", bootlist)); in spapr_dt_chosen()