Hi Heinrich,
On Mon, 26 Jun 2023 at 11:35, Heinrich Schuchardt <[email protected]> wrote: > > On 6/26/23 11:07, Simon Glass wrote: > > Hi Heinrich, > > > > On Sun, 25 Jun 2023 at 10:54, Heinrich Schuchardt > > <[email protected]> wrote: > >> > >> The loads and saves commands crash on the sandbox due to illegal memory > >> access. > >> > >> For command line arguments the sandbox uses a virtual address space which > >> does not equal the addresses of the memory allocated with memmap(). Add the > >> missing address translations for the loads and saves commands. > >> > >> Signed-off-by: Heinrich Schuchardt <[email protected]> > >> --- > >> cmd/load.c | 16 ++++++++++++---- > >> 1 file changed, 12 insertions(+), 4 deletions(-) > > > > Reviewed-by: Simon Glass <[email protected]> > > > >> Applied to u-boot-dm, thanks!

