commit | b2de518b80eb01b1004e137ff2435b03dc40018d | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Fri Feb 29 16:51:28 2008 +1100 |
committer | Jon Loeliger <jdl@loeliger.com> | Sun Mar 23 08:00:33 2008 -0500 |
tree | e3da6823a2856c6aff2710cd33f43b4da4dae471 | |
parent | 5ac97df149a171d63804a889ffcaa85e0feb400b [diff] |
dtc: Make -I dtb mode use fill_fullpaths() At present -I dts and -I fs modes both use the fill_fullpaths() helper function to fill in the fullpath and basenamelen fields of struct node, which are useful in later parts of the code. -I dtb mode, however, fills these in itself. This patch simplifies flattree.c by making -I dtb mode use fill_fullpaths() like the others. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>