Searched refs:bootx_dt_add_string (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/powerpc/platforms/powermac/ | 
| D | bootx_init.c | 209 static void __init bootx_dt_add_string(char *s, unsigned long *mem_end)  in bootx_dt_add_string()  function 235 		bootx_dt_add_string("linux,bootx", mem_end);  in bootx_scan_dt_build_strings() 236 		bootx_dt_add_string("linux,stdout-path", mem_end);  in bootx_scan_dt_build_strings() 237 		bootx_dt_add_string("linux,initrd-start", mem_end);  in bootx_scan_dt_build_strings() 238 		bootx_dt_add_string("linux,initrd-end", mem_end);  in bootx_scan_dt_build_strings() 239 		bootx_dt_add_string("bootargs", mem_end);  in bootx_scan_dt_build_strings() 244 		bootx_dt_add_string("linux,boot-display", mem_end);  in bootx_scan_dt_build_strings() 245 		bootx_dt_add_string("linux,opened", mem_end);  in bootx_scan_dt_build_strings() 260 			bootx_dt_add_string(namep, mem_end);  in bootx_scan_dt_build_strings() 378 	bootx_dt_add_string("linux,bootx-noscreen", &mem_end);  in bootx_flatten_dt() [all …] 
 |