Re: [U-Boot] [PATCH] spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED

2018-01-14 Thread Simon Goldschmidt
On 11.01.2018 17:20, Tom Rini wrote: On Thu, Jan 11, 2018 at 07:55:03AM -0800, Simon Glass wrote: Hi Lokesh, On 11 January 2018 at 00:33, Lokesh Vutla wrote: On Wednesday 10 January 2018 07:40 PM, Goldschmidt Simon wrote: On Wed, 10/01/18 09:48, Lokesh Vutla wrote: On Wednesday 10 January

Re: [U-Boot] [PATCH] spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED

2018-01-11 Thread Tom Rini
On Thu, Jan 11, 2018 at 07:55:03AM -0800, Simon Glass wrote: > Hi Lokesh, > > On 11 January 2018 at 00:33, Lokesh Vutla wrote: > > > > > > > > On Wednesday 10 January 2018 07:40 PM, Goldschmidt Simon wrote: > > > On Wed, 10/01/18 09:48, Lokesh Vutla wrote: > > >> On Wednesday 10 January 2018 12:3

Re: [U-Boot] [PATCH] spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED

2018-01-11 Thread Simon Glass
Hi Lokesh, On 11 January 2018 at 00:33, Lokesh Vutla wrote: > > > > On Wednesday 10 January 2018 07:40 PM, Goldschmidt Simon wrote: > > On Wed, 10/01/18 09:48, Lokesh Vutla wrote: > >> On Wednesday 10 January 2018 12:32 PM, Goldschmidt Simon wrote: > >>> Commit 9bd76b80 "spl: make CONFIG_OF_EMBED

Re: [U-Boot] [PATCH] spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED

2018-01-11 Thread Lokesh Vutla
On Wednesday 10 January 2018 07:40 PM, Goldschmidt Simon wrote: > On Wed, 10/01/18 09:48, Lokesh Vutla wrote: >> On Wednesday 10 January 2018 12:32 PM, Goldschmidt Simon wrote: >>> Commit 9bd76b80 "spl: make CONFIG_OF_EMBED pass dts through fdtgrep" >>> moved the fdtgrep code from scripts/Makefil

Re: [U-Boot] [PATCH] spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED

2018-01-10 Thread Goldschmidt Simon
On Wed, 10/01/18 09:48, Lokesh Vutla wrote: > On Wednesday 10 January 2018 12:32 PM, Goldschmidt Simon wrote: > > Commit 9bd76b80 "spl: make CONFIG_OF_EMBED pass dts through fdtgrep" > > moved the fdtgrep code from scripts/Makefile.spl to dts/Makefile so > > that the dtb is stripped in embedded mod

Re: [U-Boot] [PATCH] spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED

2018-01-10 Thread Lokesh Vutla
On Wednesday 10 January 2018 12:32 PM, Goldschmidt Simon wrote: > Commit 9bd76b80 "spl: make CONFIG_OF_EMBED pass dts through fdtgrep" > moved the fdtgrep code from scripts/Makefile.spl to dts/Makefile so > that the dtb is stripped in embedded mode, too. > > This broke CONFIG_SPL_MULTI_DTB_FIT w

[U-Boot] [PATCH] spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED

2018-01-09 Thread Goldschmidt Simon
Commit 9bd76b80 "spl: make CONFIG_OF_EMBED pass dts through fdtgrep" moved the fdtgrep code from scripts/Makefile.spl to dts/Makefile so that the dtb is stripped in embedded mode, too. This broke CONFIG_SPL_MULTI_DTB_FIT where fdtgrep is still called from scripts/Makefile.spl to strip all dtbs in