Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powermac/
A Dbootx_init.c35 static char __initdata bootx_disp_path[256]; variable
175 if (strlen(bootx_disp_path)) in bootx_add_chosen_props()
176 bootx_dt_add_prop("linux,stdout-path", bootx_disp_path, in bootx_add_chosen_props()
177 strlen(bootx_disp_path) + 1, mem_end); in bootx_add_chosen_props()
246 strlcpy(bootx_disp_path, namep, sizeof(bootx_disp_path)); in bootx_scan_dt_build_strings()
480 bootx_disp_path[0] = 0; in bootx_init()

Completed in 4 milliseconds