Re: [PATCH 16/40] lmb: allow lmb module to be used in SPL

2024-07-29 Thread Sughosh Ganu
On Fri, 26 Jul 2024 at 05:02, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 24 Jul 2024 at 00:04, Sughosh Ganu wrote: > > > > With the introduction of separate config symbols for the SPL phase of > > U-Boot, the condition checks need to be tweaked so that platforms that > > enable the LMB module

Re: [PATCH 16/40] lmb: allow lmb module to be used in SPL

2024-07-25 Thread Simon Glass
Hi Sughosh, On Wed, 24 Jul 2024 at 00:04, Sughosh Ganu wrote: > > With the introduction of separate config symbols for the SPL phase of > U-Boot, the condition checks need to be tweaked so that platforms that > enable the LMB module in SPL are also able to call the LMB API's. Use > the appropriat

[PATCH 16/40] lmb: allow lmb module to be used in SPL

2024-07-23 Thread Sughosh Ganu
With the introduction of separate config symbols for the SPL phase of U-Boot, the condition checks need to be tweaked so that platforms that enable the LMB module in SPL are also able to call the LMB API's. Use the appropriate condition checks to achieve this. Signed-off-by: Sughosh Ganu --- Chan