Re: [PATCH] dtc: Add ability to delete nodes and properties
From: Stephen Warren <hidden> Date: 2012-03-20 18:03:35
On 03/13/2012 04:48 PM, Stephen Warren wrote:
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:
/ {
propname /delprop/;
nodename /delnode/;
};
or:
&noderef /delnode/;