Hi Sughosh, On Wed, 14 Aug 2024 at 12:02, Sughosh Ganu <sughosh.g...@linaro.org> wrote: > > Initialise the ram bank information for sandbox in SPL. This is needed > for adding available memory to the LMB memory map, which is done as > part of the initialisation sequence. > > Signed-off-by: Sughosh Ganu <sughosh.g...@linaro.org> > --- > Changes since V1: > * Update the commit message to explain why this change is being done. > > arch/sandbox/cpu/spl.c | 13 +++++++++---- > 1 file changed, 9 insertions(+), 4 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org> Please can you mention where this new function is called from, or add the call into this patch? Regards, Simon