Re: [PATCH v4 09/27] lmb: allow lmb module to be used in SPL

2024-08-26 Thread Ilias Apalodimas
On Mon, 26 Aug 2024 at 15:00, 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 appropriate condition c

[PATCH v4 09/27] lmb: allow lmb module to be used in SPL

2024-08-26 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 Reviewed