Re: [U-Boot] [PATCH v2 06/50] spl: Allow sandbox to build a device-tree file

2019-05-01 Thread Bin Meng
On Wed, May 1, 2019 at 8:13 PM Bin Meng wrote: > > On Fri, Apr 26, 2019 at 11:59 AM Simon Glass wrote: > > > > At present only OF_SEPARATE is considered valid for building a device-tree > > file in SPL. However sandbox uses OF_HOSTFILE instead. Update the logic to > > handle this and make it easi

Re: [U-Boot] [PATCH v2 06/50] spl: Allow sandbox to build a device-tree file

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 11:59 AM Simon Glass wrote: > > At present only OF_SEPARATE is considered valid for building a device-tree > file in SPL. However sandbox uses OF_HOSTFILE instead. Update the logic to > handle this and make it easier to understand. > > Note that the new logic is not quite t