commit | bf771dc8c57073d88b36e2420ebc54441fd0eeef | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Oct 24 10:21:57 2007 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Nov 21 14:01:49 2007 -0600 |
tree | 619d4e75be8301bcaca1e1845d932902ace9d7f2 | |
parent | a643a05b3fbb425de87ca4b840cd275f9588a6c2 [diff] |
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>