Re: [U-Boot] [PATCH v2] Ensure device tree DTS is compiled

2017-05-19 Thread Simon Glass
Hi Masahiro, On 25 April 2017 at 19:02, Masahiro Yamada wrote: > 2017-03-27 11:27 GMT+09:00 Simon Glass : >> On 15 March 2017 at 22:11, James Balean wrote: >>> Enables custom DTS files, or those not associated with a specific target, >>> to be compiled into a boot image. >>> >>> Signed-off-by:

Re: [U-Boot] [PATCH v2] Ensure device tree DTS is compiled

2017-04-25 Thread Masahiro Yamada
2017-03-27 11:27 GMT+09:00 Simon Glass : > On 15 March 2017 at 22:11, James Balean wrote: >> Enables custom DTS files, or those not associated with a specific target, to >> be compiled into a boot image. >> >> Signed-off-by: James Balean >> Cc: Andy Shevchenko >> Cc: Simon Glass >> --- >> Chan

Re: [U-Boot] [PATCH v2] Ensure device tree DTS is compiled

2017-03-26 Thread Simon Glass
On 15 March 2017 at 22:11, James Balean wrote: > Enables custom DTS files, or those not associated with a specific target, to > be compiled into a boot image. > > Signed-off-by: James Balean > Cc: Andy Shevchenko > Cc: Simon Glass > --- > Changes for v2: > - Removed trailing '/dts' from path

[U-Boot] [PATCH v2] Ensure device tree DTS is compiled

2017-03-15 Thread James Balean
Enables custom DTS files, or those not associated with a specific target, to be compiled into a boot image. Signed-off-by: James Balean Cc: Andy Shevchenko Cc: Simon Glass --- Changes for v2: - Removed trailing '/dts' from paths containing ARCH_PATH dts/Makefile | 13 ++--- 1 file