Re: [PATCH 1/2] scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync script

2017-10-05 Thread Tom Rini
On Thu, Oct 05, 2017 at 10:09:39AM -0500, Rob Herring wrote: > On Thu, Oct 5, 2017 at 9:39 AM, Tom Rini wrote: > > On Tue, Oct 03, 2017 at 05:23:28PM -0500, Rob Herring wrote: > >> On Tue, Oct 3, 2017 at 5:04 PM, Tom Rini wrote: > >> > On Tue, Oct 03, 2017 at 01:31:17PM -0500, Rob Herring wrote:

Re: [PATCH 1/2] scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync script

2017-10-05 Thread Rob Herring
On Thu, Oct 5, 2017 at 9:39 AM, Tom Rini wrote: > On Tue, Oct 03, 2017 at 05:23:28PM -0500, Rob Herring wrote: >> On Tue, Oct 3, 2017 at 5:04 PM, Tom Rini wrote: >> > On Tue, Oct 03, 2017 at 01:31:17PM -0500, Rob Herring wrote: >> > >> >> libfdt has gained some new files. We need to include them

Re: [PATCH 1/2] scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync script

2017-10-05 Thread Tom Rini
On Tue, Oct 03, 2017 at 05:23:28PM -0500, Rob Herring wrote: > On Tue, Oct 3, 2017 at 5:04 PM, Tom Rini wrote: > > On Tue, Oct 03, 2017 at 01:31:17PM -0500, Rob Herring wrote: > > > >> libfdt has gained some new files. We need to include them in the > >> kernel's copy. > >> > >> Reported-by: Kyle

Re: [PATCH 1/2] scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync script

2017-10-03 Thread Rob Herring
On Tue, Oct 3, 2017 at 5:04 PM, Tom Rini wrote: > On Tue, Oct 03, 2017 at 01:31:17PM -0500, Rob Herring wrote: > >> libfdt has gained some new files. We need to include them in the >> kernel's copy. >> >> Reported-by: Kyle Yan >> Signed-off-by: Rob Herring >> --- >> scripts/dtc/update-dtc-sourc

Re: [PATCH 1/2] scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync script

2017-10-03 Thread Tom Rini
On Tue, Oct 03, 2017 at 01:31:17PM -0500, Rob Herring wrote: > libfdt has gained some new files. We need to include them in the > kernel's copy. > > Reported-by: Kyle Yan > Signed-off-by: Rob Herring > --- > scripts/dtc/update-dtc-source.sh | 4 +++- > 1 file changed, 3 insertions(+), 1 deleti

[PATCH 1/2] scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync script

2017-10-03 Thread Rob Herring
libfdt has gained some new files. We need to include them in the kernel's copy. Reported-by: Kyle Yan Signed-off-by: Rob Herring --- scripts/dtc/update-dtc-source.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/dtc/update-dtc-source.sh b/scripts/dtc/update-dtc-