Re: [U-Boot] [PATCH] spl: Allow cache drivers to be used in SPL

2019-11-28 Thread Ley Foon Tan
On Thu, Nov 28, 2019 at 7:38 PM Simon Goldschmidt wrote: > > On Thu, Nov 28, 2019 at 1:59 AM Ley Foon Tan wrote: > > > > On Thu, Nov 28, 2019 at 4:33 AM Simon Goldschmidt > > wrote: > > > > > > Ley, Tom, > > > > > > Am 26.11.2019 um 10:26 schrieb Ley Foon Tan: > > > > On Fri, Nov 8, 2019 at

Re: [U-Boot] [PATCH] spl: Allow cache drivers to be used in SPL

2019-11-28 Thread Simon Goldschmidt
On Thu, Nov 28, 2019 at 1:59 AM Ley Foon Tan wrote: > > On Thu, Nov 28, 2019 at 4:33 AM Simon Goldschmidt > wrote: > > > > Ley, Tom, > > > > Am 26.11.2019 um 10:26 schrieb Ley Foon Tan: > > > On Fri, Nov 8, 2019 at 10:53 AM Ley Foon Tan > > > wrote: > > >> > > >> Add an option for building

Re: [U-Boot] [PATCH] spl: Allow cache drivers to be used in SPL

2019-11-27 Thread Ley Foon Tan
On Thu, Nov 28, 2019 at 4:33 AM Simon Goldschmidt wrote: > > Ley, Tom, > > Am 26.11.2019 um 10:26 schrieb Ley Foon Tan: > > On Fri, Nov 8, 2019 at 10:53 AM Ley Foon Tan wrote: > >> > >> Add an option for building cache drivers in SPL. > > Ley: > > What's the actual problem here? Can you further

Re: [U-Boot] [PATCH] spl: Allow cache drivers to be used in SPL

2019-11-27 Thread Tom Rini
On Wed, Nov 27, 2019 at 09:33:19PM +0100, Simon Goldschmidt wrote: > Ley, Tom, > > Am 26.11.2019 um 10:26 schrieb Ley Foon Tan: > > On Fri, Nov 8, 2019 at 10:53 AM Ley Foon Tan wrote: > > > > > > Add an option for building cache drivers in SPL. > > Ley: > > What's the actual problem here? Can

Re: [U-Boot] [PATCH] spl: Allow cache drivers to be used in SPL

2019-11-27 Thread Simon Goldschmidt
Ley, Tom, Am 26.11.2019 um 10:26 schrieb Ley Foon Tan: On Fri, Nov 8, 2019 at 10:53 AM Ley Foon Tan wrote: Add an option for building cache drivers in SPL. Ley: What's the actual problem here? Can you further describe your change? Why do you need to change drivers/cache/Makefile? That

Re: [U-Boot] [PATCH] spl: Allow cache drivers to be used in SPL

2019-11-26 Thread Ley Foon Tan
On Fri, Nov 8, 2019 at 10:53 AM Ley Foon Tan wrote: > > Add an option for building cache drivers in SPL. > > Signed-off-by: Ley Foon Tan > --- > common/spl/Kconfig | 5 + > drivers/Makefile | 1 + > drivers/cache/Makefile | 2 +- > 3 files changed, 7 insertions(+), 1 deletion(-) >

[U-Boot] [PATCH] spl: Allow cache drivers to be used in SPL

2019-11-07 Thread Ley Foon Tan
Add an option for building cache drivers in SPL. Signed-off-by: Ley Foon Tan --- common/spl/Kconfig | 5 + drivers/Makefile | 1 + drivers/cache/Makefile | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/common/spl/Kconfig b/common/spl/Kconfig index