Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dfdt.c378 int startDepth = fdt_node_depth( in do_fdt() local
380 int curDepth = startDepth; in do_fdt()
388 while (curDepth > startDepth) { in do_fdt()
389 if (curDepth == startDepth + 1) in do_fdt()