Re: [U-Boot] [PATCH v6 09/13] binman: Automatically include a U-Boot .dtsi file

2016-12-23 Thread Simon Glass
On 17 December 2016 at 20:41, Bin Meng wrote: > On Sat, Nov 26, 2016 at 11:15 AM, Simon Glass wrote: >> For boards that need U-Boot-specific additions to the device tree, it is >> a minor annoyance to have to add these each time the tree is synced with >> upstream. >> >> Add a means to include a

Re: [U-Boot] [PATCH v6 09/13] binman: Automatically include a U-Boot .dtsi file

2016-12-17 Thread Bin Meng
On Sat, Nov 26, 2016 at 11:15 AM, Simon Glass wrote: > For boards that need U-Boot-specific additions to the device tree, it is > a minor annoyance to have to add these each time the tree is synced with > upstream. > > Add a means to include a file (e.g. u-boot.dtsi) automatically into the .dts >

[U-Boot] [PATCH v6 09/13] binman: Automatically include a U-Boot .dtsi file

2016-11-25 Thread Simon Glass
For boards that need U-Boot-specific additions to the device tree, it is a minor annoyance to have to add these each time the tree is synced with upstream. Add a means to include a file (e.g. u-boot.dtsi) automatically into the .dts file before it is compiled. The file uses is the first one that