Re: [PATCH v4] sandbox: Remove OF_HOSTFILE

2021-10-26 Thread Ilias Apalodimas
On Tue, 26 Oct 2021 at 00:17, Tom Rini wrote: > > On Tue, Oct 19, 2021 at 04:07:21PM +0300, Ilias Apalodimas wrote: > > > OF_HOSTFILE is used on sandbox configs only. Although it's pretty > > unique and not causing any confusions, we are better of having simpler > > config options for the DTB.

Re: [PATCH v4] sandbox: Remove OF_HOSTFILE

2021-10-25 Thread Tom Rini
On Tue, Oct 19, 2021 at 04:07:21PM +0300, Ilias Apalodimas wrote: > OF_HOSTFILE is used on sandbox configs only. Although it's pretty > unique and not causing any confusions, we are better of having simpler > config options for the DTB. > > So let's replace that with the existing OF_BOARD.

Re: [PATCH v4] sandbox: Remove OF_HOSTFILE

2021-10-19 Thread Simon Glass
Hi Ilias, Tom, On Tue, 19 Oct 2021 at 09:38, Ilias Apalodimas wrote: > > On Tue, 19 Oct 2021 at 18:36, Tom Rini wrote: > > > > On Tue, Oct 19, 2021 at 06:30:59PM +0300, Ilias Apalodimas wrote: > > > On Tue, 19 Oct 2021 at 17:17, Tom Rini wrote: > > > > > > > > On Tue, Oct 19, 2021 at

Re: [PATCH v4] sandbox: Remove OF_HOSTFILE

2021-10-19 Thread Ilias Apalodimas
On Tue, 19 Oct 2021 at 18:36, Tom Rini wrote: > > On Tue, Oct 19, 2021 at 06:30:59PM +0300, Ilias Apalodimas wrote: > > On Tue, 19 Oct 2021 at 17:17, Tom Rini wrote: > > > > > > On Tue, Oct 19, 2021 at 08:03:07AM -0600, Simon Glass wrote: > > > > [...] > > > > > > > > > > For some reason this

Re: [PATCH v4] sandbox: Remove OF_HOSTFILE

2021-10-19 Thread Tom Rini
On Tue, Oct 19, 2021 at 06:30:59PM +0300, Ilias Apalodimas wrote: > On Tue, 19 Oct 2021 at 17:17, Tom Rini wrote: > > > > On Tue, Oct 19, 2021 at 08:03:07AM -0600, Simon Glass wrote: > > [...] > > > > > > > For some reason this still does not apply for me on -master. Can you > > > please

Re: [PATCH v4] sandbox: Remove OF_HOSTFILE

2021-10-19 Thread Ilias Apalodimas
On Tue, 19 Oct 2021 at 17:17, Tom Rini wrote: > > On Tue, Oct 19, 2021 at 08:03:07AM -0600, Simon Glass wrote: [...] > > > > For some reason this still does not apply for me on -master. Can you > > please confirm the hash you are using? > > The hunk for scripts/Makefile.spl still fails (it

Re: [PATCH v4] sandbox: Remove OF_HOSTFILE

2021-10-19 Thread Simon Glass
On Tue, 19 Oct 2021 at 08:17, Tom Rini wrote: > > On Tue, Oct 19, 2021 at 08:03:07AM -0600, Simon Glass wrote: > > Hi Ilias, > > > > On Tue, 19 Oct 2021 at 07:07, Ilias Apalodimas > > wrote: > > > > > > OF_HOSTFILE is used on sandbox configs only. Although it's pretty > > > unique and not

Re: [PATCH v4] sandbox: Remove OF_HOSTFILE

2021-10-19 Thread Tom Rini
On Tue, Oct 19, 2021 at 08:03:07AM -0600, Simon Glass wrote: > Hi Ilias, > > On Tue, 19 Oct 2021 at 07:07, Ilias Apalodimas > wrote: > > > > OF_HOSTFILE is used on sandbox configs only. Although it's pretty > > unique and not causing any confusions, we are better of having simpler > > config

Re: [PATCH v4] sandbox: Remove OF_HOSTFILE

2021-10-19 Thread Simon Glass
Hi Ilias, On Tue, 19 Oct 2021 at 07:07, Ilias Apalodimas wrote: > > OF_HOSTFILE is used on sandbox configs only. Although it's pretty > unique and not causing any confusions, we are better of having simpler > config options for the DTB. > > So let's replace that with the existing OF_BOARD.

[PATCH v4] sandbox: Remove OF_HOSTFILE

2021-10-19 Thread Ilias Apalodimas
OF_HOSTFILE is used on sandbox configs only. Although it's pretty unique and not causing any confusions, we are better of having simpler config options for the DTB. So let's replace that with the existing OF_BOARD. U-Boot would then have only three config options for the DTB origin. -