Re: [U-Boot] [PATCH] spl: make CONFIG_OF_EMBED pass dts through fdtgrep

2018-01-09 Thread Goldschmidt Simon
On Tue, 09/01/18 15:43, Lokesh Vutla wrote: > On Sunday 26 November 2017 05:08 PM, Simon Glass wrote: > > On 21 November 2017 at 05:29, Goldschmidt Simon > > wrote: > >> Building spl with CONFIG_OF_EMBED enabled results in an error message > >> on my board: "SPL

Re: [U-Boot] [PATCH] spl: make CONFIG_OF_EMBED pass dts through fdtgrep

2018-01-09 Thread Lokesh Vutla
On Sunday 26 November 2017 05:08 PM, Simon Glass wrote: > On 21 November 2017 at 05:29, Goldschmidt Simon > wrote: >> Building spl with CONFIG_OF_EMBED enabled results in an error message >> on my board: "SPL image too big". This is because the fdtgrep build

Re: [U-Boot] [PATCH] spl: make CONFIG_OF_EMBED pass dts through fdtgrep

2017-11-26 Thread Simon Glass
On 21 November 2017 at 05:29, Goldschmidt Simon wrote: > Building spl with CONFIG_OF_EMBED enabled results in an error message > on my board: "SPL image too big". This is because the fdtgrep build > step is only executed for CONFIG_OF_SEPARATE. > > Fix this by

Re: [U-Boot] [PATCH] spl: make CONFIG_OF_EMBED pass dts through fdtgrep

2017-11-22 Thread Lukasz Majewski
Hi Simon, > Hi Lukasz > > > > Building spl with CONFIG_OF_EMBED enabled results in an error > > > message > > ^^^ - is the CONFIG_OF_EMBED a > > standard feature for SPL? > > Well, it's not really a standard feature I want to use in my final > product. But if I

Re: [U-Boot] [PATCH] spl: make CONFIG_OF_EMBED pass dts through fdtgrep

2017-11-22 Thread Goldschmidt Simon
Hi Lukasz > > Building spl with CONFIG_OF_EMBED enabled results in an error message > ^^^ - is the CONFIG_OF_EMBED a standard > feature for SPL? Well, it's not really a standard feature I want to use in my final product. But if I want to debug SPL

Re: [U-Boot] [PATCH] spl: make CONFIG_OF_EMBED pass dts through fdtgrep

2017-11-22 Thread Lukasz Majewski
Hi Simon, > Building spl with CONFIG_OF_EMBED enabled results in an error message ^^^ - is the CONFIG_OF_EMBED a standard feature for SPL? > on my board: "SPL image too big". This is because the fdtgrep build > step is only executed for

[U-Boot] [PATCH] spl: make CONFIG_OF_EMBED pass dts through fdtgrep

2017-11-21 Thread Goldschmidt Simon
Building spl with CONFIG_OF_EMBED enabled results in an error message on my board: "SPL image too big". This is because the fdtgrep build step is only executed for CONFIG_OF_SEPARATE. Fix this by moving the fdtgrep build step ('cmd_fdtgreo') from scripts/Makefile.spl to dts/Makefile so that the