Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dfdt.c343 int startDepth = fdt_node_depth( in do_fdt() local
345 int curDepth = startDepth; in do_fdt()
353 while (curDepth > startDepth) { in do_fdt()
354 if (curDepth == startDepth + 1) in do_fdt()