commit | 9a6cf73a88ddab2e1ac39088f2806177982cc62c | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Wed Aug 20 16:55:14 2008 +1000 |
committer | Gerald Van Baren <vanbaren@cideas.com> | Thu Oct 02 19:06:09 2008 -0400 |
tree | 16af8bb02d53d727c06f64852d71b20786294577 | |
parent | 3e38577208e4256956bc33bb8bcd0a6b6fab55c3 [diff] |
libfdt: Add function to explicitly expand aliases Kumar has already added alias expansion to fdt_path_offset(). However, in some circumstances it may be convenient for the user of libfdt to explicitly get the string expansion of an alias. This patch adds a function to do this, fdt_get_alias(), and uses it to implement fdt_path_offset(). Signed-off-by: David Gibson <david@gibson.dropbear.id.au>