From: Scott Wood Date: Wed, 5 Sep 2007 19:21:04 +0000 (+1000) Subject: [POWERPC] bootwrapper: flatdevtree fixes X-Git-Tag: v2.6.24-rc1~1450^2~269 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4674f2f33948432469e52d5bcaeda9904e34fe46;p=pandora-kernel.git [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 Acked-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed