On Wed, Sep 26, 2018 at 4:55 PM, Simon Glass <s...@chromium.org> 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 <s...@chromium.org>
> ---

Reviewed-by: Joe Hershberger <joe.hershber...@ni.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to