commit | feeca3f578b7f53c032ba203698751c982f8bf5a | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Aug 14 08:28:19 2008 -0500 |
committer | Gerald Van Baren <vanbaren@cideas.com> | Sun Aug 24 22:20:50 2008 -0400 |
tree | a5fa94b8160afd4dd98466090b827b5e0ba6c69d | |
parent | 0219399a4e3a8edb428e1924e1a03d58cccf8d8e [diff] |
libfdt: Add support for using aliases in fdt_path_offset() If the path doesn't start with '/' check to see if it matches some alias under "/aliases" and substitute the matching alias value in the path and retry the lookup. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: David Gibson <david@gibson.dropbear.id.au> Acked-by: Gerald Van Baren <vanbaren@cideas.com>