On Thu, Nov 15, 2018 at 06:44:06PM -0700, Simon Glass wrote: > At present sandbox calls malloc() from various places in the OS layer and > this results in calls to U-Boot's malloc() implementation. It is better to > use the on in the OS layer, since it does not mix allocations with the > main U-Boot code. > > Fix this by replacing calls with malloc() to os_malloc(), etc. > > Signed-off-by: Simon Glass <[email protected]> > Reviewed-by: Joe Hershberger <[email protected]>
Applied to u-boot/master, thanks! -- Tom
signature.asc
Description: PGP signature
_______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

