On 09/06/2012 06:53 AM, Jon Loeliger wrote:
>> On Tue, Aug 07, 2012 at 10:50:15PM -0600, 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:
>>>
>>>     / {
>>>         /delete-property/ propname;
>>>         /delete-node/ nodename;
>>>     };
>>>
>>> or:
>>>
>>>     /delete-node/ &noderef;
...
>> Acked-by: David Gibson <da...@gibson.dropbear.id.au>
> 
> Applied!

Thanks very much!

Any further thoughts on named constants and whether my gpp-integration
hack should be pursued?

_______________________________________________
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to