commit | 4674f2f33948432469e52d5bcaeda9904e34fe46 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Thu Sep 06 05:21:04 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Sep 14 01:33:23 2007 +1000 |
tree | a58ebf94e2d09ddada9365f8d1401efcaef5e088 | |
parent | 6bcc4c01755fd2066bc374193cf3b0849cbabe47 [diff] |
[POWERPC] bootwrapper: flatdevtree fixes 1. ft_create_node was returning the internal pointer rather than a phandle. 2. ft_find_device_rel was treating a "top" phandle of NULL as an error, rather than as the root of the tree. The old, absolute ft_find_device is removed, and the relative version is renamed to ft_find_device(). Signed-off-by: Scott Wood <scottwood@freescale.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>