]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Replace fdt_node_offset() with fdt_find_node_by_path().
authorGerald Van Baren <vanbaren@cideas.com>
Thu, 7 Jun 2007 02:47:58 +0000 (22:47 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Fri, 10 Aug 2007 23:21:36 +0000 (19:21 -0400)
commit1a861169bc3758f9de3aead62b058736c6891246
treeb47acfbd51b061bc502c7e0783dc346e0b64319d
parentaddd8ce83078c25f0eca5f23adbdfc64ca50a243
Replace fdt_node_offset() with fdt_find_node_by_path().

The new name matches more closely the kernel's name, which is also
a much better description.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Acked-by: Gerald Van Baren <vanbaren@cideas.com>
common/cmd_fdt.c
common/fdt_support.c
include/libfdt.h
libfdt/fdt_ro.c