Re: [PATCH] scripts/dtc: Reenable fdtget

2018-08-09 Thread Sascha Hauer
On Thu, Aug 09, 2018 at 10:03:06AM +0200, Juergen Borleis wrote: > On Thursday 09 August 2018 09:20:24 Sascha Hauer wrote: > > [...] > > > > > > You should add "fdtget" to the "clean-files" variable as well. > > > > Nope, it's not necessary to add that explicitly. > > Hmm, then somewhere else? >

Re: [PATCH] scripts/dtc: Reenable fdtget

2018-08-09 Thread Juergen Borleis
On Thursday 09 August 2018 09:20:24 Sascha Hauer wrote: > [...] > > > > You should add "fdtget" to the "clean-files" variable as well. > > Nope, it's not necessary to add that explicitly. Hmm, then somewhere else? $ make [...] $ git status scripts/dtc/fdtget $ make clean [...] $ git status

Re: [PATCH] scripts/dtc: Reenable fdtget

2018-08-09 Thread Sascha Hauer
On Thu, Aug 09, 2018 at 09:14:47AM +0200, Juergen Borleis wrote: > On Thursday 09 August 2018 08:54:20 Sascha Hauer wrote: > > [...] > > diff --git a/scripts/dtc/Makefile b/scripts/dtc/Makefile > > index 06aaa8c550..cc4ebefcb6 100644 > > --- a/scripts/dtc/Makefile > > +++ b/scripts/dtc/Makefile >

Re: [PATCH] scripts/dtc: Reenable fdtget

2018-08-09 Thread Juergen Borleis
On Thursday 09 August 2018 08:54:20 Sascha Hauer wrote: > [...] > diff --git a/scripts/dtc/Makefile b/scripts/dtc/Makefile > index 06aaa8c550..cc4ebefcb6 100644 > --- a/scripts/dtc/Makefile > +++ b/scripts/dtc/Makefile > @@ -1,6 +1,6 @@ > # scripts/dtc makefile > > -hostprogs-y := dtc >

[PATCH] scripts/dtc: Reenable fdtget

2018-08-09 Thread Sascha Hauer
compilation of fdtget was lost during the update to version 1.4.6. We need this tool internally for the build process when imd support is enabled. Apparently our dtc code comes from the Kernel which doesn't have the upstream version of fdtget.c and it doesn't compile. This patch changes fdtget.c