Re: [PATCH 03/10] bootwrapper: flatdevtree fixes

2007-09-06 Thread David Gibson
On Wed, Sep 05, 2007 at 02:21:04PM -0500, Scott Wood wrote: 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

[PATCH 03/10] bootwrapper: flatdevtree fixes

2007-09-05 Thread Scott Wood
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().