Re: [PATCH] kbuild: Handle builtin dtb files containing hyphens

2018-03-08 Thread Masahiro Yamada
2018-03-08 16:09 GMT+09:00 James Hogan : > On Wed, Mar 07, 2018 at 03:19:11PM -0800, Frank Rowand wrote: >> On 03/07/18 12:25, James Hogan wrote: >> > On Wed, Mar 07, 2018 at 12:11:41PM -0800, Frank Rowand wrote: >> >> On 03/07/18 06:06, James Hogan wrote: >> >>> Quite a lot of dts files have hyphe

Re: [PATCH] kbuild: Handle builtin dtb files containing hyphens

2018-03-07 Thread James Hogan
On Wed, Mar 07, 2018 at 03:19:11PM -0800, Frank Rowand wrote: > On 03/07/18 12:25, James Hogan wrote: > > On Wed, Mar 07, 2018 at 12:11:41PM -0800, Frank Rowand wrote: > >> On 03/07/18 06:06, James Hogan wrote: > >>> Quite a lot of dts files have hyphens, but its only a problem on MIPS > >>> where

Re: [PATCH] kbuild: Handle builtin dtb files containing hyphens

2018-03-07 Thread Frank Rowand
On 03/07/18 06:06, James Hogan wrote: > On dtb files which contain hyphens, the dt_S_dtb command to build the > dtb.S files (which allow DTB files to be built into the kernel) results > in errors like the following: < snip > Hi James, Sorry for dribbling my comments out in so many emails. :-)

Re: [PATCH] kbuild: Handle builtin dtb files containing hyphens

2018-03-07 Thread Frank Rowand
On 03/07/18 12:25, James Hogan wrote: > On Wed, Mar 07, 2018 at 12:11:41PM -0800, Frank Rowand wrote: >> I initially misread the patch description (and imagined an entirely >> different problem). >> >> >> On 03/07/18 06:06, James Hogan wrote: >>> On dtb files which contain hyphens, the dt_S_dtb com

Re: [PATCH] kbuild: Handle builtin dtb files containing hyphens

2018-03-07 Thread James Hogan
On Wed, Mar 07, 2018 at 12:11:41PM -0800, Frank Rowand wrote: > I initially misread the patch description (and imagined an entirely > different problem). > > > On 03/07/18 06:06, James Hogan wrote: > > On dtb files which contain hyphens, the dt_S_dtb command to build the> > > dtb.S files (which

Re: [PATCH] kbuild: Handle builtin dtb files containing hyphens

2018-03-07 Thread Frank Rowand
I initially misread the patch description (and imagined an entirely different problem). On 03/07/18 06:06, James Hogan wrote: > On dtb files which contain hyphens, the dt_S_dtb command to build the> dtb.S > files (which allow DTB files to be built into the kernel) results> in errors > like the