Re: import latest DTS files
Lloyd Parkes <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <219a05d8d1cfc2de22cded38b3fe5cc8ef8bc245.camel@must-have-coffee.gen.nz> |
On Fri, 2024-06-28 at 11:40 +0200, Martin Husemann wrote: > Then have another tool that decompiles and compares the trees, > abstracting > away any systematic differences and create a readable diff. We don't have to decompile the trees (although we still might want to). The dtc tool is able to output dts files from dts input which woudl takes care of all the includes without generating symbol tables etc. There is also a "-s" option that the help output notes is "useful for comparing trees". Cheers, Lloyd