Re: [PATCH v3] sandbox: Remove OF_HOSTFILE

2021-10-19 Thread Tom Rini
On Tue, Oct 19, 2021 at 02:16:52PM +0300, Ilias Apalodimas wrote: > On Tue, Oct 19, 2021 at 10:56:26AM +0300, Ilias Apalodimas wrote: > > On Mon, Oct 18, 2021 at 08:29:24PM -0400, Tom Rini wrote: > > > On Mon, Oct 18, 2021 at 04:50:33PM -0400, Tom Rini wrote: > > > > On Fri, Oct 15, 2021 at 11:42:4

Re: [PATCH v3] sandbox: Remove OF_HOSTFILE

2021-10-19 Thread Ilias Apalodimas
On Tue, Oct 19, 2021 at 10:56:26AM +0300, Ilias Apalodimas wrote: > On Mon, Oct 18, 2021 at 08:29:24PM -0400, Tom Rini wrote: > > On Mon, Oct 18, 2021 at 04:50:33PM -0400, Tom Rini wrote: > > > On Fri, Oct 15, 2021 at 11:42:40AM +0300, Ilias Apalodimas wrote: > > > > > > > OF_HOSTFILE is used on s

Re: [PATCH v3] sandbox: Remove OF_HOSTFILE

2021-10-19 Thread Ilias Apalodimas
On Mon, Oct 18, 2021 at 08:29:24PM -0400, Tom Rini wrote: > On Mon, Oct 18, 2021 at 04:50:33PM -0400, Tom Rini wrote: > > On Fri, Oct 15, 2021 at 11:42:40AM +0300, Ilias Apalodimas wrote: > > > > > OF_HOSTFILE is used on sandbox configs only. Although it's pretty > > > unique and rarely causes co

Re: [PATCH v3] sandbox: Remove OF_HOSTFILE

2021-10-18 Thread Tom Rini
On Mon, Oct 18, 2021 at 04:50:33PM -0400, Tom Rini wrote: > On Fri, Oct 15, 2021 at 11:42:40AM +0300, Ilias Apalodimas wrote: > > > OF_HOSTFILE is used on sandbox configs only. Although it's pretty > > unique and rarely causes confusion, we are better of having simpler > > config options for the

Re: [PATCH v3] sandbox: Remove OF_HOSTFILE

2021-10-18 Thread Tom Rini
On Fri, Oct 15, 2021 at 11:42:40AM +0300, Ilias Apalodimas wrote: > OF_HOSTFILE is used on sandbox configs only. Although it's pretty > unique and rarely causes confusion, we are better of having simpler > config options for the DTB. > > So let's replace that with the existing OF_BOARD. U-Boot

[PATCH v3] sandbox: Remove OF_HOSTFILE

2021-10-15 Thread Ilias Apalodimas
OF_HOSTFILE is used on sandbox configs only. Although it's pretty unique and rarely causes confusion, 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. - OF_SEPARATE,