commit | e1d15cadccc9a10ee686289aae157b017d1583dd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 31 14:02:42 2012 +0000 |
committer | Gerald Van Baren <gvb@unssw.com> | Mon Nov 12 23:15:25 2012 -0500 |
tree | 9be015919438eea4984c255b8b3b4037082fe70e | |
parent | 057f680a5ec05d1c6ab3c78cbd7fe8a027eccb34 [diff] |
fdt: Remove fdtdec_find_alias_node() function This function is not needed, since fdt_path_offset() performs the same service. Remove it. Signed-off-by: Simon Glass <sjg@chromium.org>