commit | c8aa72633e65c5c215b0cdd9970642e2a4f9a9a3 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Mon Mar 12 14:41:45 2007 -0600 |
committer | Paul Mackerras <paulus@samba.org> | Tue Mar 13 21:15:50 2007 +1100 |
tree | 05e7ea880e68580fe654c1d4f6e50c0f52acc703 | |
parent | 1c53a496ba6132a37f052aa907e23445b3fe928c [diff] |
[POWERPC] bootwrapper: Make ft_get_phandle() accept and return NULL. Currently, if ft_get_phandle() is passed NULL it will allocate an entry for it and return a non-NULL phandle. This patch makes it simply pass the NULL through. Signed-off-by: Scott Wood <scottwood@freescale.com> Acked-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>