Re: [PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header

2020-03-04 Thread Simon Glass
Hi Michal, On Tue, 3 Mar 2020 at 23:44, Michal Simek wrote: > > On 04. 03. 20 3:47, Simon Glass wrote: > > Hi Michal, > > > > On Mon, 2 Mar 2020 at 23:52, Michal Simek wrote: > >> > >> On 02. 03. 20 20:47, Simon Glass wrote: > >>> Hi Michal, > >>> > >>> On Fri, 28 Feb 2020 at 04:03, Michal Simek

Re: [PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header

2020-03-03 Thread Michal Simek
On 04. 03. 20 3:47, Simon Glass wrote: > Hi Michal, > > On Mon, 2 Mar 2020 at 23:52, Michal Simek wrote: >> >> On 02. 03. 20 20:47, Simon Glass wrote: >>> Hi Michal, >>> >>> On Fri, 28 Feb 2020 at 04:03, Michal Simek wrote: On 26. 02. 20 16:33, Simon Glass wrote: > Hi Michal, >

Re: [PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header

2020-03-03 Thread Simon Glass
Hi Michal, On Mon, 2 Mar 2020 at 23:52, Michal Simek wrote: > > On 02. 03. 20 20:47, Simon Glass wrote: > > Hi Michal, > > > > On Fri, 28 Feb 2020 at 04:03, Michal Simek wrote: > >> > >> On 26. 02. 20 16:33, Simon Glass wrote: > >>> Hi Michal, > >>> > >>> On Tue, 18 Feb 2020 at 09:02, Michal Sim

Re: [PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header

2020-03-02 Thread Michal Simek
On 02. 03. 20 20:47, Simon Glass wrote: > Hi Michal, > > On Fri, 28 Feb 2020 at 04:03, Michal Simek wrote: >> >> On 26. 02. 20 16:33, Simon Glass wrote: >>> Hi Michal, >>> >>> On Tue, 18 Feb 2020 at 09:02, Michal Simek wrote: Users have option to overwrite default device tree (CON

Re: [PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header

2020-03-02 Thread Simon Glass
Hi Michal, On Fri, 28 Feb 2020 at 04:03, Michal Simek wrote: > > On 26. 02. 20 16:33, Simon Glass wrote: > > Hi Michal, > > > > On Tue, 18 Feb 2020 at 09:02, Michal Simek wrote: > >> > >> Users have option to overwrite default device tree > >> (CONFIG_DEFAULT_DEVICE_TREE) via environment variabl

Re: [PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header

2020-02-28 Thread Michal Simek
On 26. 02. 20 16:33, Simon Glass wrote: > Hi Michal, > > On Tue, 18 Feb 2020 at 09:02, Michal Simek wrote: >> >> Users have option to overwrite default device tree >> (CONFIG_DEFAULT_DEVICE_TREE) via environment variable DEVICE_TREE. >> >> Feature has been added long time ago by commit 74de8c9a16

Re: [PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header

2020-02-26 Thread Simon Glass
Hi Michal, On Tue, 18 Feb 2020 at 09:02, Michal Simek wrote: > > Users have option to overwrite default device tree > (CONFIG_DEFAULT_DEVICE_TREE) via environment variable DEVICE_TREE. > > Feature has been added long time ago by commit 74de8c9a1672 > ("dts/Makefile: Build the user specified dts")

Re: [PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header

2020-02-24 Thread Tom Rini
On Tue, Feb 18, 2020 at 05:02:36PM +0100, Michal Simek wrote: > Users have option to overwrite default device tree > (CONFIG_DEFAULT_DEVICE_TREE) via environment variable DEVICE_TREE. > > Feature has been added long time ago by commit 74de8c9a1672 > ("dts/Makefile: Build the user specified dts")

[PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header

2020-02-18 Thread Michal Simek
Users have option to overwrite default device tree (CONFIG_DEFAULT_DEVICE_TREE) via environment variable DEVICE_TREE. Feature has been added long time ago by commit 74de8c9a1672 ("dts/Makefile: Build the user specified dts") for a little bit different reason. But this variable can be also used fo