commit | d028e84140317682140602dcc87dc3aa439e35cb | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Thu Feb 28 20:53:00 2008 +1100 |
committer | Jon Loeliger <jdl@loeliger.com> | Sun Mar 23 08:00:33 2008 -0500 |
tree | 318a60e15bf4ef9af8c8321765b7d498dd7c9a3d | |
parent | 2b3a96761afa402ed6df4bab243a54e47ffff935 [diff] |
dtc: Strip redundant "name" properties If an input device tree has "name" properties which are correct, then they are redundant (because they can be derived from the unit name). Therefore, extend the checking code for correctness of "name" properties to remove them if they are correct. dtc will still insert name properties in the output if that's of a sufficiently old version to require them. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>