Re: [RFC PATCH 20/31] test: cedit: use allocated address for reading file

2024-06-11 Thread Simon Glass
Hi Sughosh, On Fri, 7 Jun 2024 at 12:54, Sughosh Ganu wrote: > > Instead of a randomly selected address, use an LMB allocated one for > reading the file into memory. With the LMB map now being persistent > and global, the address used for reading the file might be already > allocated as

[RFC PATCH 20/31] test: cedit: use allocated address for reading file

2024-06-07 Thread Sughosh Ganu
Instead of a randomly selected address, use an LMB allocated one for reading the file into memory. With the LMB map now being persistent and global, the address used for reading the file might be already allocated as non-overwritable, resulting in a failure. Get a valid address from LMB and then