commit | 45013d86197fea96810a7ae1b920d22b4c887688 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Aug 07 22:50:15 2012 -0600 |
committer | Jon Loeliger <jdl@jdl.com> | Thu Sep 06 07:51:43 2012 -0500 |
tree | 0048099d9141732edb7ab13d84720ef938fec24e | |
parent | 8716901d2215a314504b7df6282aedfcf89da1ea [diff] |
dtc: Add ability to delete nodes and properties dtc currently allows the contents of properties to be changed, and the contents of nodes to be added to. There are situations where removing properties or nodes may be useful. This change implements the following syntax to do that: / { /delete-property/ propname; /delete-node/ nodename; }; or: /delete-node/ &noderef; Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: David Gibson <david@gibson.dropbear.id.au>