]> git.sur5r.net Git - u-boot/commit
Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
authorKumar Gala <galak@kernel.crashing.org>
Wed, 24 Oct 2007 15:21:57 +0000 (10:21 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 21 Nov 2007 20:01:49 +0000 (14:01 -0600)
commita3c2933e02503fe36ade2c1b65af46f2b7a168e7
tree619d4e75be8301bcaca1e1845d932902ace9d7f2
parented1353d74b9ce8a7fcd660570b848a184d614b5f
Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt

Removed:
fdt_node_is_compatible
fdt_find_node_by_type
fdt_find_compatible_node

To ease merge of newer libfdt as we aren't using them anywhere at this time.

Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
reason.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
common/fdt_support.c
include/libfdt.h
libfdt/fdt_ro.c
libfdt/fdt_rw.c