Searched refs:bootx_dt_add_string (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/platforms/powermac/
H A Dbootx_init.c210 static void __init bootx_dt_add_string(char *s, unsigned long *mem_end) function
236 bootx_dt_add_string("linux,bootx", mem_end);
237 bootx_dt_add_string("linux,stdout-path", mem_end);
238 bootx_dt_add_string("linux,initrd-start", mem_end);
239 bootx_dt_add_string("linux,initrd-end", mem_end);
240 bootx_dt_add_string("bootargs", mem_end);
245 bootx_dt_add_string("linux,boot-display", mem_end);
246 bootx_dt_add_string("linux,opened", mem_end);
261 bootx_dt_add_string(namep, mem_end);
379 bootx_dt_add_string("linu
[all...]

Completed in 112 milliseconds