commit | c350038b2bdabb07611dcc8116b55f917ada09fa | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Mon Mar 12 14:41:54 2007 -0600 |
committer | Paul Mackerras <paulus@samba.org> | Fri Mar 16 15:49:10 2007 +1100 |
tree | 431879cc84411c82fc458e9280eebc56a61a8b57 | |
parent | fc583411617bf8a466c68350697a806704e88fc3 [diff] |
[POWERPC] bootwrapper: Refactor ft_get_prop() into internal and external functions. The property searching part of ft_get_prop is factored out into an internal __ft_get_prop() which does not deal with phandles and does not copy the property data. ft_get_prop() is then a wrapper that does the phandle translation and copying. Signed-off-by: Scott Wood <scottwood@freescale.com> Acked-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>